Shades of Shocking Pink #FF0AC0
Tints of Shocking Pink #FF0AC0
RGB
CMYK
RGB Variations
Color information
#FF0AC0 (or 0xFF0AC0) is known color: Shocking Pink. HEX triplet: FF, 0A and C0. RGB value is (255,10,192). Sum of RGB (Red+Green+Blue) = 255+10+192=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0AC0 is #00F53F. Grayscale: #676767. Windows color (decimal): -62784 or 12585727. OLE color: 12585727.
HSL color Cylindrical-coordinate representation of color #FF0AC0: hue angle of 315.43º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0AC0 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 192 | - |
| CMYK | 0 | 0.96 | 0.25 | 0 |
| HSL | 315.43º | 1% | 0.52% | - |
| HSV(B) | 315.43º | 0.96% | 1% | - |
| XYZ | 50.86 | 25.28 | 52.07 | - |
| YUV | 104 | 177.67 | 235.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 192 | 0 | 0.96 | 0.25 | 0 | 315.43 | 1 | 0.52 |
| Hex | FF | A | C0 | 0 | 60 | 19 | 0 | 13B | 64 | 34 |
| Octal | 377 | 12 | 300 | 0 | 140 | 31 | 0 | 473 | 144 | 64 |
| Binary | 11111111 | 1010 | 11000000 | 0 | 1100000 | 11001 | 0 | 100111011 | 1100100 | 110100 |
Color Harmonies of #FF0AC0
Complementary color
Monochromatic Colors of #FF0AC0
Black with #FF0AC0
Text Example
Text Example
White with #FF0AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AC0; }
p { color: rgb(255,10,192); }
H1.HeaderClassName
{
color: #FF0AC0;
}
.AnyTagClassName
{
color: #FF0AC0;
}
</style>
background-color css
<style>
a { background-color: #FF0AC0; }
a { background-color: rgb(255,10,192); }
div.DivClassName
{
background-color: #FF0AC0;
}
.BgClassName
{
background-color: #FF0AC0;
}
</style>
border-color css
<style>
span { border-color: #FF0AC0; }
span { border-color: rgb(255,10,192); }
td.TdClassName
{
border-color: #FF0AC0;
}
.TagClassName
{
border-color: #FF0AC0;
}
</style>