Shades of Shocking Pink #F213C8
Tints of Shocking Pink #F213C8
RGB
CMYK
RGB Variations
Color information
#F213C8 (or 0xF213C8) is known color: Shocking Pink. HEX triplet: F2, 13 and C8. RGB value is (242,19,200). Sum of RGB (Red+Green+Blue) = 242+19+200=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 19 (7.81% from 255 or 4.12% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F213C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F213C8 is #0DEC37. Grayscale: #696969. Windows color (decimal): -912440 or 13112306. OLE color: 13112306.
HSL color Cylindrical-coordinate representation of color #F213C8: hue angle of 311.3º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F213C8 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 200 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.05 |
| HSL | 311.3º | 0.9% | 0.51% | - |
| HSV(B) | 311.3º | 0.92% | 0.95% | - |
| XYZ | 47.28 | 23.51 | 56.69 | - |
| YUV | 106.31 | 180.88 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 200 | 0 | 0.92 | 0.17 | 0.05 | 311.3 | 0.9 | 0.51 |
| Hex | F2 | 13 | C8 | 0 | 5C | 11 | 5 | 137 | 5A | 33 |
| Octal | 362 | 23 | 310 | 0 | 134 | 21 | 5 | 467 | 132 | 63 |
| Binary | 11110010 | 10011 | 11001000 | 0 | 1011100 | 10001 | 101 | 100110111 | 1011010 | 110011 |
Color Harmonies of #F213C8
Complementary color
Monochromatic Colors of #F213C8
Black with #F213C8
Text Example
Text Example
White with #F213C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F213C8; }
p { color: rgb(242,19,200); }
H1.HeaderClassName
{
color: #F213C8;
}
.AnyTagClassName
{
color: #F213C8;
}
</style>
background-color css
<style>
a { background-color: #F213C8; }
a { background-color: rgb(242,19,200); }
div.DivClassName
{
background-color: #F213C8;
}
.BgClassName
{
background-color: #F213C8;
}
</style>
border-color css
<style>
span { border-color: #F213C8; }
span { border-color: rgb(242,19,200); }
td.TdClassName
{
border-color: #F213C8;
}
.TagClassName
{
border-color: #F213C8;
}
</style>