Shades of Shocking Pink #F008C2
Tints of Shocking Pink #F008C2
RGB
CMYK
RGB Variations
Color information
#F008C2 (or 0xF008C2) is known color: Shocking Pink. HEX triplet: F0, 08 and C2. RGB value is (240,8,194). Sum of RGB (Red+Green+Blue) = 240+8+194=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 8 (3.52% from 255 or 1.81% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F008C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F008C2 is #0FF73D. Grayscale: #626262. Windows color (decimal): -1046334 or 12716272. OLE color: 12716272.
HSL color Cylindrical-coordinate representation of color #F008C2: hue angle of 311.9º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F008C2 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 194 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.06 |
| HSL | 311.9º | 0.94% | 0.49% | - |
| HSV(B) | 311.9º | 0.97% | 0.94% | - |
| XYZ | 45.76 | 22.59 | 52.99 | - |
| YUV | 98.57 | 181.86 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 194 | 0 | 0.97 | 0.19 | 0.06 | 311.9 | 0.94 | 0.49 |
| Hex | F0 | 8 | C2 | 0 | 61 | 13 | 6 | 138 | 5E | 31 |
| Octal | 360 | 10 | 302 | 0 | 141 | 23 | 6 | 470 | 136 | 61 |
| Binary | 11110000 | 1000 | 11000010 | 0 | 1100001 | 10011 | 110 | 100111000 | 1011110 | 110001 |
Color Harmonies of #F008C2
Complementary color
Monochromatic Colors of #F008C2
Black with #F008C2
Text Example
Text Example
White with #F008C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F008C2; }
p { color: rgb(240,8,194); }
H1.HeaderClassName
{
color: #F008C2;
}
.AnyTagClassName
{
color: #F008C2;
}
</style>
background-color css
<style>
a { background-color: #F008C2; }
a { background-color: rgb(240,8,194); }
div.DivClassName
{
background-color: #F008C2;
}
.BgClassName
{
background-color: #F008C2;
}
</style>
border-color css
<style>
span { border-color: #F008C2; }
span { border-color: rgb(240,8,194); }
td.TdClassName
{
border-color: #F008C2;
}
.TagClassName
{
border-color: #F008C2;
}
</style>