Shades of Shocking Pink #FF08C0
Tints of Shocking Pink #FF08C0
RGB
CMYK
RGB Variations
Color information
#FF08C0 (or 0xFF08C0) is known color: Shocking Pink. HEX triplet: FF, 08 and C0. RGB value is (255,8,192). Sum of RGB (Red+Green+Blue) = 255+8+192=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 8 (3.52% from 255 or 1.76% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF08C0 is #00F73F. Grayscale: #666666. Windows color (decimal): -63296 or 12585215. OLE color: 12585215.
HSL color Cylindrical-coordinate representation of color #FF08C0: hue angle of 315.3º 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 #FF08C0 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 192 | - |
| CMYK | 0 | 0.97 | 0.25 | 0 |
| HSL | 315.3º | 1% | 0.52% | - |
| HSV(B) | 315.3º | 0.97% | 1% | - |
| XYZ | 50.84 | 25.24 | 52.06 | - |
| YUV | 102.83 | 178.33 | 236.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 192 | 0 | 0.97 | 0.25 | 0 | 315.3 | 1 | 0.52 |
| Hex | FF | 8 | C0 | 0 | 61 | 19 | 0 | 13B | 64 | 34 |
| Octal | 377 | 10 | 300 | 0 | 141 | 31 | 0 | 473 | 144 | 64 |
| Binary | 11111111 | 1000 | 11000000 | 0 | 1100001 | 11001 | 0 | 100111011 | 1100100 | 110100 |
Color Harmonies of #FF08C0
Complementary color
Monochromatic Colors of #FF08C0
Black with #FF08C0
Text Example
Text Example
White with #FF08C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08C0; }
p { color: rgb(255,8,192); }
H1.HeaderClassName
{
color: #FF08C0;
}
.AnyTagClassName
{
color: #FF08C0;
}
</style>
background-color css
<style>
a { background-color: #FF08C0; }
a { background-color: rgb(255,8,192); }
div.DivClassName
{
background-color: #FF08C0;
}
.BgClassName
{
background-color: #FF08C0;
}
</style>
border-color css
<style>
span { border-color: #FF08C0; }
span { border-color: rgb(255,8,192); }
td.TdClassName
{
border-color: #FF08C0;
}
.TagClassName
{
border-color: #FF08C0;
}
</style>