Shades of Shocking Pink #F210CC
Tints of Shocking Pink #F210CC
RGB
CMYK
RGB Variations
Color information
#F210CC (or 0xF210CC) is known color: Shocking Pink. HEX triplet: F2, 10 and CC. RGB value is (242,16,204). Sum of RGB (Red+Green+Blue) = 242+16+204=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 16 (6.64% from 255 or 3.46% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F210CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F210CC is #0DEF33. Grayscale: #686868. Windows color (decimal): -913204 or 13373682. OLE color: 13373682.
HSL color Cylindrical-coordinate representation of color #F210CC: hue angle of 310.09º 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 #F210CC is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 204 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.05 |
| HSL | 310.09º | 0.9% | 0.51% | - |
| HSV(B) | 310.09º | 0.93% | 0.95% | - |
| XYZ | 47.7 | 23.61 | 59.17 | - |
| YUV | 105.01 | 183.87 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 204 | 0 | 0.93 | 0.16 | 0.05 | 310.09 | 0.9 | 0.51 |
| Hex | F2 | 10 | CC | 0 | 5D | 10 | 5 | 136 | 5A | 33 |
| Octal | 362 | 20 | 314 | 0 | 135 | 20 | 5 | 466 | 132 | 63 |
| Binary | 11110010 | 10000 | 11001100 | 0 | 1011101 | 10000 | 101 | 100110110 | 1011010 | 110011 |
Color Harmonies of #F210CC
Complementary color
Monochromatic Colors of #F210CC
Black with #F210CC
Text Example
Text Example
White with #F210CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210CC; }
p { color: rgb(242,16,204); }
H1.HeaderClassName
{
color: #F210CC;
}
.AnyTagClassName
{
color: #F210CC;
}
</style>
background-color css
<style>
a { background-color: #F210CC; }
a { background-color: rgb(242,16,204); }
div.DivClassName
{
background-color: #F210CC;
}
.BgClassName
{
background-color: #F210CC;
}
</style>
border-color css
<style>
span { border-color: #F210CC; }
span { border-color: rgb(242,16,204); }
td.TdClassName
{
border-color: #F210CC;
}
.TagClassName
{
border-color: #F210CC;
}
</style>