Shades of Shocking Pink #F00DCB
Tints of Shocking Pink #F00DCB
RGB
CMYK
RGB Variations
Color information
#F00DCB (or 0xF00DCB) is known color: Shocking Pink. HEX triplet: F0, 0D and CB. RGB value is (240,13,203). Sum of RGB (Red+Green+Blue) = 240+13+203=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 13 (5.47% from 255 or 2.85% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00DCB is #0FF234. Grayscale: #666666. Windows color (decimal): -1045045 or 13307376. OLE color: 13307376.
HSL color Cylindrical-coordinate representation of color #F00DCB: hue angle of 309.78º 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 #F00DCB is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 203 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.06 |
| HSL | 309.78º | 0.9% | 0.5% | - |
| HSV(B) | 309.78º | 0.95% | 0.94% | - |
| XYZ | 46.86 | 23.12 | 58.49 | - |
| YUV | 102.53 | 184.71 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 203 | 0 | 0.95 | 0.15 | 0.06 | 309.78 | 0.9 | 0.5 |
| Hex | F0 | D | CB | 0 | 5F | F | 6 | 136 | 5A | 32 |
| Octal | 360 | 15 | 313 | 0 | 137 | 17 | 6 | 466 | 132 | 62 |
| Binary | 11110000 | 1101 | 11001011 | 0 | 1011111 | 1111 | 110 | 100110110 | 1011010 | 110010 |
Color Harmonies of #F00DCB
Complementary color
Monochromatic Colors of #F00DCB
Black with #F00DCB
Text Example
Text Example
White with #F00DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00DCB; }
p { color: rgb(240,13,203); }
H1.HeaderClassName
{
color: #F00DCB;
}
.AnyTagClassName
{
color: #F00DCB;
}
</style>
background-color css
<style>
a { background-color: #F00DCB; }
a { background-color: rgb(240,13,203); }
div.DivClassName
{
background-color: #F00DCB;
}
.BgClassName
{
background-color: #F00DCB;
}
</style>
border-color css
<style>
span { border-color: #F00DCB; }
span { border-color: rgb(240,13,203); }
td.TdClassName
{
border-color: #F00DCB;
}
.TagClassName
{
border-color: #F00DCB;
}
</style>