Shades of Shocking Pink #F210CA
Tints of Shocking Pink #F210CA
RGB
CMYK
RGB Variations
Color information
#F210CA (or 0xF210CA) is known color: Shocking Pink. HEX triplet: F2, 10 and CA. RGB value is (242,16,202). Sum of RGB (Red+Green+Blue) = 242+16+202=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 16 (6.64% from 255 or 3.48% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F210CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F210CA is #0DEF35. Grayscale: #686868. Windows color (decimal): -913206 or 13242610. OLE color: 13242610.
HSL color Cylindrical-coordinate representation of color #F210CA: hue angle of 310.62º 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 #F210CA is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 202 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.05 |
| HSL | 310.62º | 0.9% | 0.51% | - |
| HSV(B) | 310.62º | 0.93% | 0.95% | - |
| XYZ | 47.46 | 23.51 | 57.91 | - |
| YUV | 104.78 | 182.87 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 202 | 0 | 0.93 | 0.17 | 0.05 | 310.62 | 0.9 | 0.51 |
| Hex | F2 | 10 | CA | 0 | 5D | 11 | 5 | 137 | 5A | 33 |
| Octal | 362 | 20 | 312 | 0 | 135 | 21 | 5 | 467 | 132 | 63 |
| Binary | 11110010 | 10000 | 11001010 | 0 | 1011101 | 10001 | 101 | 100110111 | 1011010 | 110011 |
Color Harmonies of #F210CA
Complementary color
Monochromatic Colors of #F210CA
Black with #F210CA
Text Example
Text Example
White with #F210CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210CA; }
p { color: rgb(242,16,202); }
H1.HeaderClassName
{
color: #F210CA;
}
.AnyTagClassName
{
color: #F210CA;
}
</style>
background-color css
<style>
a { background-color: #F210CA; }
a { background-color: rgb(242,16,202); }
div.DivClassName
{
background-color: #F210CA;
}
.BgClassName
{
background-color: #F210CA;
}
</style>
border-color css
<style>
span { border-color: #F210CA; }
span { border-color: rgb(242,16,202); }
td.TdClassName
{
border-color: #F210CA;
}
.TagClassName
{
border-color: #F210CA;
}
</style>