Shades of Shocking Pink #FF08C2
Tints of Shocking Pink #FF08C2
RGB
CMYK
RGB Variations
Color information
#FF08C2 (or 0xFF08C2) is known color: Shocking Pink. HEX triplet: FF, 08 and C2. RGB value is (255,8,194). Sum of RGB (Red+Green+Blue) = 255+8+194=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 8 (3.52% from 255 or 1.75% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF08C2 is #00F73D. Grayscale: #666666. Windows color (decimal): -63294 or 12716287. OLE color: 12716287.
HSL color Cylindrical-coordinate representation of color #FF08C2: hue angle of 314.82º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF08C2 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 194 | - |
| CMYK | 0 | 0.97 | 0.24 | 0 |
| HSL | 314.82º | 1% | 0.52% | - |
| HSV(B) | 314.82º | 0.97% | 1% | - |
| XYZ | 51.06 | 25.33 | 53.24 | - |
| YUV | 103.06 | 179.33 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 194 | 0 | 0.97 | 0.24 | 0 | 314.82 | 1 | 0.52 |
| Hex | FF | 8 | C2 | 0 | 61 | 18 | 0 | 13B | 64 | 34 |
| Octal | 377 | 10 | 302 | 0 | 141 | 30 | 0 | 473 | 144 | 64 |
| Binary | 11111111 | 1000 | 11000010 | 0 | 1100001 | 11000 | 0 | 100111011 | 1100100 | 110100 |
Color Harmonies of #FF08C2
Complementary color
Monochromatic Colors of #FF08C2
Black with #FF08C2
Text Example
Text Example
White with #FF08C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08C2; }
p { color: rgb(255,8,194); }
H1.HeaderClassName
{
color: #FF08C2;
}
.AnyTagClassName
{
color: #FF08C2;
}
</style>
background-color css
<style>
a { background-color: #FF08C2; }
a { background-color: rgb(255,8,194); }
div.DivClassName
{
background-color: #FF08C2;
}
.BgClassName
{
background-color: #FF08C2;
}
</style>
border-color css
<style>
span { border-color: #FF08C2; }
span { border-color: rgb(255,8,194); }
td.TdClassName
{
border-color: #FF08C2;
}
.TagClassName
{
border-color: #FF08C2;
}
</style>