color codes Logo

#f93cdd color codes

#F93CDD
(249,60,221)
0 Favorites   0 Comments

Color spaces of #f93cdd

RGB 24960221
HSL0.860.940.61
HSV309°76°98°
CMYK 0.000.760.11   0.02
XYZ53.733928.591971.0933
Yxy28.59190.35020.1864
Hunter Lab53.471485.8014-41.3995
CIE-Lab60.419884.0389-41.7498

#f93cdd color RGB value is (249,60,221).

#f93cdd hex color red value is 249, green value is 60 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f93cdd hue: 0.86 , saturation: 0.94 and the lightness value of f93cdd is 0.61.

The process color (four color CMYK) of #f93cdd color code is 0.00, 0.76, 0.11, 0.02. Web safe color of #f93cdd is #ff33cc. Color #f93cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111100 11011101
Octal 371 74 335
Decimal 249 60 221
Hex F9 3C DD

RGB Percentages of Color #f93cdd

%46.98
%11.32
%41.70

CMYK Percentages of Color #f93cdd

%0
%76
%11
%2

Triadic Colors of #f93cdd

#f93cdd #ddf93c #3cddf9

Analogous Colors of #f93cdd

#f93cdd #f93c7f #b73cf9

Monochromatic Colors of #f93cdd

#f93cdd

Complementary Color

#f93cdd #3cf958

#f93cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93cdd Color CSS Codes

.mybgcolor {background-color:#f93cdd; } 
.myforecolor {color:#f93cdd; }
.mybordercolor {border:3px solid #f93cdd; }

#f93cdd Text Font Color

<p style="color:#f93cdd">Text here</p>

This sample text font color is #f93cdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f93cdd Background Color

<div style="background-color:#f93cdd">
Div content here</div>

This div background color is #f93cdd


#f93cdd Border Color

<div style="border:3px solid #f93cdd">
Div here</div>

This div border color is #f93cdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,60,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f93cdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f93cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #f93cdd;
  box-shadow:         1px 1px 3px 2px #f93cdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,60,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f93cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f93cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #f93cdd;
  box-shadow:         1px 1px 3px 2px #f93cdd;">
Div content here</div>

This div box has shadow with color #f93cdd

Related Colors


Comments

No comments written yet.

Please login to write comment.