Shades of Deep Pink #F00D8C
Tints of Deep Pink #F00D8C
RGB
CMYK
RGB Variations
Color information
#F00D8C (or 0xF00D8C) is known color: Deep Pink. HEX triplet: F0, 0D and 8C. RGB value is (240,13,140). Sum of RGB (Red+Green+Blue) = 240+13+140=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00D8C is #0FF273. Grayscale: #5F5F5F. Windows color (decimal): -1045108 or 9178608. OLE color: 9178608.
HSL color Cylindrical-coordinate representation of color #F00D8C: hue angle of 326.43º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00D8C is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 140 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.06 |
| HSL | 326.43º | 0.9% | 0.5% | - |
| HSV(B) | 326.43º | 0.95% | 0.94% | - |
| XYZ | 40.81 | 20.71 | 26.66 | - |
| YUV | 95.35 | 153.21 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 140 | 0 | 0.95 | 0.42 | 0.06 | 326.43 | 0.9 | 0.5 |
| Hex | F0 | D | 8C | 0 | 5F | 2A | 6 | 146 | 5A | 32 |
| Octal | 360 | 15 | 214 | 0 | 137 | 52 | 6 | 506 | 132 | 62 |
| Binary | 11110000 | 1101 | 10001100 | 0 | 1011111 | 101010 | 110 | 101000110 | 1011010 | 110010 |
Color Harmonies of #F00D8C
Complementary color
Monochromatic Colors of #F00D8C
Black with #F00D8C
Text Example
Text Example
White with #F00D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00D8C; }
p { color: rgb(240,13,140); }
H1.HeaderClassName
{
color: #F00D8C;
}
.AnyTagClassName
{
color: #F00D8C;
}
</style>
background-color css
<style>
a { background-color: #F00D8C; }
a { background-color: rgb(240,13,140); }
div.DivClassName
{
background-color: #F00D8C;
}
.BgClassName
{
background-color: #F00D8C;
}
</style>
border-color css
<style>
span { border-color: #F00D8C; }
span { border-color: rgb(240,13,140); }
td.TdClassName
{
border-color: #F00D8C;
}
.TagClassName
{
border-color: #F00D8C;
}
</style>