Shades of Shocking Pink #F00CBC
Tints of Shocking Pink #F00CBC
RGB
CMYK
RGB Variations
Color information
#F00CBC (or 0xF00CBC) is known color: Shocking Pink. HEX triplet: F0, 0C and BC. RGB value is (240,12,188). Sum of RGB (Red+Green+Blue) = 240+12+188=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00CBC is #0FF343. Grayscale: #636363. Windows color (decimal): -1045316 or 12324080. OLE color: 12324080.
HSL color Cylindrical-coordinate representation of color #F00CBC: hue angle of 313.68º 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 #F00CBC is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 188 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.06 |
| HSL | 313.68º | 0.9% | 0.49% | - |
| HSV(B) | 313.68º | 0.95% | 0.94% | - |
| XYZ | 45.14 | 22.42 | 49.52 | - |
| YUV | 100.24 | 177.54 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 188 | 0 | 0.95 | 0.22 | 0.06 | 313.68 | 0.9 | 0.49 |
| Hex | F0 | C | BC | 0 | 5F | 16 | 6 | 13A | 5A | 31 |
| Octal | 360 | 14 | 274 | 0 | 137 | 26 | 6 | 472 | 132 | 61 |
| Binary | 11110000 | 1100 | 10111100 | 0 | 1011111 | 10110 | 110 | 100111010 | 1011010 | 110001 |
Color Harmonies of #F00CBC
Complementary color
Monochromatic Colors of #F00CBC
Black with #F00CBC
Text Example
Text Example
White with #F00CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00CBC; }
p { color: rgb(240,12,188); }
H1.HeaderClassName
{
color: #F00CBC;
}
.AnyTagClassName
{
color: #F00CBC;
}
</style>
background-color css
<style>
a { background-color: #F00CBC; }
a { background-color: rgb(240,12,188); }
div.DivClassName
{
background-color: #F00CBC;
}
.BgClassName
{
background-color: #F00CBC;
}
</style>
border-color css
<style>
span { border-color: #F00CBC; }
span { border-color: rgb(240,12,188); }
td.TdClassName
{
border-color: #F00CBC;
}
.TagClassName
{
border-color: #F00CBC;
}
</style>