color codes Logo

#f20ddd color codes

#F20DDD
(242,13,221)
0 Favorites   0 Comments

Color spaces of #f20ddd

RGB 24213221
HSL0.850.900.50
HSV306°95°95°
CMYK 0.000.950.09   0.05
XYZ49.813024.385670.4881
Yxy24.38560.34430.1685
Hunter Lab49.381893.6406-50.0640
CIE-Lab56.471890.7450-48.0629

#f20ddd color RGB value is (242,13,221).

#f20ddd hex color red value is 242, green value is 13 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f20ddd hue: 0.85 , saturation: 0.90 and the lightness value of f20ddd is 0.50.

The process color (four color CMYK) of #f20ddd color code is 0.00, 0.95, 0.09, 0.05. Web safe color of #f20ddd is #ff00cc. Color #f20ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001101 11011101
Octal 362 15 335
Decimal 242 13 221
Hex F2 D DD

RGB Percentages of Color #f20ddd

%50.84
%2.73
%46.43

CMYK Percentages of Color #f20ddd

%0
%95
%9
%5

Triadic Colors of #f20ddd

#f20ddd #ddf20d #0dddf2

Analogous Colors of #f20ddd

#f20ddd #f20d6b #950df2

Monochromatic Colors of #f20ddd

#f20ddd

Complementary Color

#f20ddd #0df222

#f20ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20ddd Color CSS Codes

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

#f20ddd Text Font Color

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

This sample text font color is #f20ddd
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.


#f20ddd Background Color

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

This div background color is #f20ddd


#f20ddd Border Color

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

This div border color is #f20ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,13,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 #f20ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20ddd


Comments

No comments written yet.

Please login to write comment.