Shades of Shocking Pink #F012CF
Tints of Shocking Pink #F012CF
RGB
CMYK
RGB Variations
Color information
#F012CF (or 0xF012CF) is known color: Shocking Pink. HEX triplet: F0, 12 and CF. RGB value is (240,18,207). Sum of RGB (Red+Green+Blue) = 240+18+207=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F012CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012CF is #0FED30. Grayscale: #696969. Windows color (decimal): -1043761 or 13570800. OLE color: 13570800.
HSL color Cylindrical-coordinate representation of color #F012CF: hue angle of 308.92º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F012CF is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 207 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.06 |
| HSL | 308.92º | 0.88% | 0.51% | - |
| HSV(B) | 308.92º | 0.93% | 0.94% | - |
| XYZ | 47.41 | 23.46 | 61.06 | - |
| YUV | 105.92 | 185.05 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 207 | 0 | 0.92 | 0.14 | 0.06 | 308.92 | 0.88 | 0.51 |
| Hex | F0 | 12 | CF | 0 | 5C | E | 6 | 135 | 58 | 33 |
| Octal | 360 | 22 | 317 | 0 | 134 | 16 | 6 | 465 | 130 | 63 |
| Binary | 11110000 | 10010 | 11001111 | 0 | 1011100 | 1110 | 110 | 100110101 | 1011000 | 110011 |
Color Harmonies of #F012CF
Complementary color
Monochromatic Colors of #F012CF
Black with #F012CF
Text Example
Text Example
White with #F012CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F012CF; }
p { color: rgb(240,18,207); }
H1.HeaderClassName
{
color: #F012CF;
}
.AnyTagClassName
{
color: #F012CF;
}
</style>
background-color css
<style>
a { background-color: #F012CF; }
a { background-color: rgb(240,18,207); }
div.DivClassName
{
background-color: #F012CF;
}
.BgClassName
{
background-color: #F012CF;
}
</style>
border-color css
<style>
span { border-color: #F012CF; }
span { border-color: rgb(240,18,207); }
td.TdClassName
{
border-color: #F012CF;
}
.TagClassName
{
border-color: #F012CF;
}
</style>