Shades of Shocking Pink #F209C0
Tints of Shocking Pink #F209C0
RGB
CMYK
RGB Variations
Color information
#F209C0 (or 0xF209C0) is known color: Shocking Pink. HEX triplet: F2, 09 and C0. RGB value is (242,9,192). Sum of RGB (Red+Green+Blue) = 242+9+192=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F209C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F209C0 is #0DF63F. Grayscale: #636363. Windows color (decimal): -915008 or 12585458. OLE color: 12585458.
HSL color Cylindrical-coordinate representation of color #F209C0: hue angle of 312.88º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F209C0 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 192 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.05 |
| HSL | 312.88º | 0.93% | 0.49% | - |
| HSV(B) | 312.88º | 0.96% | 0.95% | - |
| XYZ | 46.23 | 22.88 | 51.85 | - |
| YUV | 99.53 | 180.19 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 192 | 0 | 0.96 | 0.21 | 0.05 | 312.88 | 0.93 | 0.49 |
| Hex | F2 | 9 | C0 | 0 | 60 | 15 | 5 | 139 | 5D | 31 |
| Octal | 362 | 11 | 300 | 0 | 140 | 25 | 5 | 471 | 135 | 61 |
| Binary | 11110010 | 1001 | 11000000 | 0 | 1100000 | 10101 | 101 | 100111001 | 1011101 | 110001 |
Color Harmonies of #F209C0
Complementary color
Monochromatic Colors of #F209C0
Black with #F209C0
Text Example
Text Example
White with #F209C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F209C0; }
p { color: rgb(242,9,192); }
H1.HeaderClassName
{
color: #F209C0;
}
.AnyTagClassName
{
color: #F209C0;
}
</style>
background-color css
<style>
a { background-color: #F209C0; }
a { background-color: rgb(242,9,192); }
div.DivClassName
{
background-color: #F209C0;
}
.BgClassName
{
background-color: #F209C0;
}
</style>
border-color css
<style>
span { border-color: #F209C0; }
span { border-color: rgb(242,9,192); }
td.TdClassName
{
border-color: #F209C0;
}
.TagClassName
{
border-color: #F209C0;
}
</style>