Shades of Shocking Pink #F211CF
Tints of Shocking Pink #F211CF
RGB
CMYK
RGB Variations
Color information
#F211CF (or 0xF211CF) is known color: Shocking Pink. HEX triplet: F2, 11 and CF. RGB value is (242,17,207). Sum of RGB (Red+Green+Blue) = 242+17+207=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 17 (7.03% from 255 or 3.65% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F211CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F211CF is #0DEE30. Grayscale: #696969. Windows color (decimal): -912945 or 13570546. OLE color: 13570546.
HSL color Cylindrical-coordinate representation of color #F211CF: hue angle of 309.33º 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 #F211CF is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 207 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.05 |
| HSL | 309.33º | 0.9% | 0.51% | - |
| HSV(B) | 309.33º | 0.93% | 0.95% | - |
| XYZ | 48.08 | 23.78 | 61.09 | - |
| YUV | 105.94 | 185.04 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 207 | 0 | 0.93 | 0.14 | 0.05 | 309.33 | 0.9 | 0.51 |
| Hex | F2 | 11 | CF | 0 | 5D | E | 5 | 135 | 5A | 33 |
| Octal | 362 | 21 | 317 | 0 | 135 | 16 | 5 | 465 | 132 | 63 |
| Binary | 11110010 | 10001 | 11001111 | 0 | 1011101 | 1110 | 101 | 100110101 | 1011010 | 110011 |
Color Harmonies of #F211CF
Complementary color
Monochromatic Colors of #F211CF
Black with #F211CF
Text Example
Text Example
White with #F211CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F211CF; }
p { color: rgb(242,17,207); }
H1.HeaderClassName
{
color: #F211CF;
}
.AnyTagClassName
{
color: #F211CF;
}
</style>
background-color css
<style>
a { background-color: #F211CF; }
a { background-color: rgb(242,17,207); }
div.DivClassName
{
background-color: #F211CF;
}
.BgClassName
{
background-color: #F211CF;
}
</style>
border-color css
<style>
span { border-color: #F211CF; }
span { border-color: rgb(242,17,207); }
td.TdClassName
{
border-color: #F211CF;
}
.TagClassName
{
border-color: #F211CF;
}
</style>