Shades of Shocking Pink #F209C2
Tints of Shocking Pink #F209C2
RGB
CMYK
RGB Variations
Color information
#F209C2 (or 0xF209C2) is known color: Shocking Pink. HEX triplet: F2, 09 and C2. RGB value is (242,9,194). Sum of RGB (Red+Green+Blue) = 242+9+194=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F209C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F209C2 is #0DF63D. Grayscale: #636363. Windows color (decimal): -915006 or 12716530. OLE color: 12716530.
HSL color Cylindrical-coordinate representation of color #F209C2: hue angle of 312.36º 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 #F209C2 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 194 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.05 |
| HSL | 312.36º | 0.93% | 0.49% | - |
| HSV(B) | 312.36º | 0.96% | 0.95% | - |
| XYZ | 46.45 | 22.97 | 53.02 | - |
| YUV | 99.76 | 181.19 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 194 | 0 | 0.96 | 0.20 | 0.05 | 312.36 | 0.93 | 0.49 |
| Hex | F2 | 9 | C2 | 0 | 60 | 14 | 5 | 138 | 5D | 31 |
| Octal | 362 | 11 | 302 | 0 | 140 | 24 | 5 | 470 | 135 | 61 |
| Binary | 11110010 | 1001 | 11000010 | 0 | 1100000 | 10100 | 101 | 100111000 | 1011101 | 110001 |
Color Harmonies of #F209C2
Complementary color
Monochromatic Colors of #F209C2
Black with #F209C2
Text Example
Text Example
White with #F209C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F209C2; }
p { color: rgb(242,9,194); }
H1.HeaderClassName
{
color: #F209C2;
}
.AnyTagClassName
{
color: #F209C2;
}
</style>
background-color css
<style>
a { background-color: #F209C2; }
a { background-color: rgb(242,9,194); }
div.DivClassName
{
background-color: #F209C2;
}
.BgClassName
{
background-color: #F209C2;
}
</style>
border-color css
<style>
span { border-color: #F209C2; }
span { border-color: rgb(242,9,194); }
td.TdClassName
{
border-color: #F209C2;
}
.TagClassName
{
border-color: #F209C2;
}
</style>