Shades of Shocking Pink #F00CBD
Tints of Shocking Pink #F00CBD
RGB
CMYK
RGB Variations
Color information
#F00CBD (or 0xF00CBD) is known color: Shocking Pink. HEX triplet: F0, 0C and BD. RGB value is (240,12,189). Sum of RGB (Red+Green+Blue) = 240+12+189=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00CBD is #0FF342. Grayscale: #636363. Windows color (decimal): -1045315 or 12389616. OLE color: 12389616.
HSL color Cylindrical-coordinate representation of color #F00CBD: hue angle of 313.42º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00CBD is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 189 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.06 |
| HSL | 313.42º | 0.9% | 0.49% | - |
| HSV(B) | 313.42º | 0.95% | 0.94% | - |
| XYZ | 45.25 | 22.46 | 50.09 | - |
| YUV | 100.35 | 178.04 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 189 | 0 | 0.95 | 0.21 | 0.06 | 313.42 | 0.9 | 0.49 |
| Hex | F0 | C | BD | 0 | 5F | 15 | 6 | 139 | 5A | 31 |
| Octal | 360 | 14 | 275 | 0 | 137 | 25 | 6 | 471 | 132 | 61 |
| Binary | 11110000 | 1100 | 10111101 | 0 | 1011111 | 10101 | 110 | 100111001 | 1011010 | 110001 |
Color Harmonies of #F00CBD
Complementary color
Monochromatic Colors of #F00CBD
Black with #F00CBD
Text Example
Text Example
White with #F00CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00CBD; }
p { color: rgb(240,12,189); }
H1.HeaderClassName
{
color: #F00CBD;
}
.AnyTagClassName
{
color: #F00CBD;
}
</style>
background-color css
<style>
a { background-color: #F00CBD; }
a { background-color: rgb(240,12,189); }
div.DivClassName
{
background-color: #F00CBD;
}
.BgClassName
{
background-color: #F00CBD;
}
</style>
border-color css
<style>
span { border-color: #F00CBD; }
span { border-color: rgb(240,12,189); }
td.TdClassName
{
border-color: #F00CBD;
}
.TagClassName
{
border-color: #F00CBD;
}
</style>