Shades of Shocking Pink #F00CBF
Tints of Shocking Pink #F00CBF
RGB
CMYK
RGB Variations
Color information
#F00CBF (or 0xF00CBF) is known color: Shocking Pink. HEX triplet: F0, 0C and BF. RGB value is (240,12,191). Sum of RGB (Red+Green+Blue) = 240+12+191=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00CBF is #0FF340. Grayscale: #646464. Windows color (decimal): -1045313 or 12520688. OLE color: 12520688.
HSL color Cylindrical-coordinate representation of color #F00CBF: hue angle of 312.89º 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 #F00CBF is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 191 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.06 |
| HSL | 312.89º | 0.9% | 0.49% | - |
| HSV(B) | 312.89º | 0.95% | 0.94% | - |
| XYZ | 45.47 | 22.55 | 51.25 | - |
| YUV | 100.58 | 179.04 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 191 | 0 | 0.95 | 0.20 | 0.06 | 312.89 | 0.9 | 0.49 |
| Hex | F0 | C | BF | 0 | 5F | 14 | 6 | 139 | 5A | 31 |
| Octal | 360 | 14 | 277 | 0 | 137 | 24 | 6 | 471 | 132 | 61 |
| Binary | 11110000 | 1100 | 10111111 | 0 | 1011111 | 10100 | 110 | 100111001 | 1011010 | 110001 |
Color Harmonies of #F00CBF
Complementary color
Monochromatic Colors of #F00CBF
Black with #F00CBF
Text Example
Text Example
White with #F00CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00CBF; }
p { color: rgb(240,12,191); }
H1.HeaderClassName
{
color: #F00CBF;
}
.AnyTagClassName
{
color: #F00CBF;
}
</style>
background-color css
<style>
a { background-color: #F00CBF; }
a { background-color: rgb(240,12,191); }
div.DivClassName
{
background-color: #F00CBF;
}
.BgClassName
{
background-color: #F00CBF;
}
</style>
border-color css
<style>
span { border-color: #F00CBF; }
span { border-color: rgb(240,12,191); }
td.TdClassName
{
border-color: #F00CBF;
}
.TagClassName
{
border-color: #F00CBF;
}
</style>