Shades of Shocking Pink #FF0AC6
Tints of Shocking Pink #FF0AC6
RGB
CMYK
RGB Variations
Color information
#FF0AC6 (or 0xFF0AC6) is known color: Shocking Pink. HEX triplet: FF, 0A and C6. RGB value is (255,10,198). Sum of RGB (Red+Green+Blue) = 255+10+198=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 10 (4.30% from 255 or 2.16% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0AC6 is #00F539. Grayscale: #686868. Windows color (decimal): -62778 or 12978943. OLE color: 12978943.
HSL color Cylindrical-coordinate representation of color #FF0AC6: hue angle of 313.96º 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 #FF0AC6 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 198 | - |
| CMYK | 0 | 0.96 | 0.22 | 0 |
| HSL | 313.96º | 1% | 0.52% | - |
| HSV(B) | 313.96º | 0.96% | 1% | - |
| XYZ | 51.54 | 25.55 | 55.64 | - |
| YUV | 104.69 | 180.67 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 198 | 0 | 0.96 | 0.22 | 0 | 313.96 | 1 | 0.52 |
| Hex | FF | A | C6 | 0 | 60 | 16 | 0 | 13A | 64 | 34 |
| Octal | 377 | 12 | 306 | 0 | 140 | 26 | 0 | 472 | 144 | 64 |
| Binary | 11111111 | 1010 | 11000110 | 0 | 1100000 | 10110 | 0 | 100111010 | 1100100 | 110100 |
Color Harmonies of #FF0AC6
Complementary color
Monochromatic Colors of #FF0AC6
Black with #FF0AC6
Text Example
Text Example
White with #FF0AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AC6; }
p { color: rgb(255,10,198); }
H1.HeaderClassName
{
color: #FF0AC6;
}
.AnyTagClassName
{
color: #FF0AC6;
}
</style>
background-color css
<style>
a { background-color: #FF0AC6; }
a { background-color: rgb(255,10,198); }
div.DivClassName
{
background-color: #FF0AC6;
}
.BgClassName
{
background-color: #FF0AC6;
}
</style>
border-color css
<style>
span { border-color: #FF0AC6; }
span { border-color: rgb(255,10,198); }
td.TdClassName
{
border-color: #FF0AC6;
}
.TagClassName
{
border-color: #FF0AC6;
}
</style>