Shades of Shocking Pink #F212CF
Tints of Shocking Pink #F212CF
RGB
CMYK
RGB Variations
Color information
#F212CF (or 0xF212CF) is known color: Shocking Pink. HEX triplet: F2, 12 and CF. RGB value is (242,18,207). Sum of RGB (Red+Green+Blue) = 242+18+207=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F212CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F212CF is #0DED30. Grayscale: #696969. Windows color (decimal): -912689 or 13570802. OLE color: 13570802.
HSL color Cylindrical-coordinate representation of color #F212CF: hue angle of 309.38º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F212CF is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 207 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.05 |
| HSL | 309.38º | 0.9% | 0.51% | - |
| HSV(B) | 309.38º | 0.93% | 0.95% | - |
| XYZ | 48.1 | 23.81 | 61.09 | - |
| YUV | 106.52 | 184.71 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 207 | 0 | 0.93 | 0.14 | 0.05 | 309.38 | 0.9 | 0.51 |
| Hex | F2 | 12 | CF | 0 | 5D | E | 5 | 135 | 5A | 33 |
| Octal | 362 | 22 | 317 | 0 | 135 | 16 | 5 | 465 | 132 | 63 |
| Binary | 11110010 | 10010 | 11001111 | 0 | 1011101 | 1110 | 101 | 100110101 | 1011010 | 110011 |
Color Harmonies of #F212CF
Complementary color
Monochromatic Colors of #F212CF
Black with #F212CF
Text Example
Text Example
White with #F212CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212CF; }
p { color: rgb(242,18,207); }
H1.HeaderClassName
{
color: #F212CF;
}
.AnyTagClassName
{
color: #F212CF;
}
</style>
background-color css
<style>
a { background-color: #F212CF; }
a { background-color: rgb(242,18,207); }
div.DivClassName
{
background-color: #F212CF;
}
.BgClassName
{
background-color: #F212CF;
}
</style>
border-color css
<style>
span { border-color: #F212CF; }
span { border-color: rgb(242,18,207); }
td.TdClassName
{
border-color: #F212CF;
}
.TagClassName
{
border-color: #F212CF;
}
</style>