Shades of Shocking Pink #FF0AC4
Tints of Shocking Pink #FF0AC4
RGB
CMYK
RGB Variations
Color information
#FF0AC4 (or 0xFF0AC4) is known color: Shocking Pink. HEX triplet: FF, 0A and C4. RGB value is (255,10,196). Sum of RGB (Red+Green+Blue) = 255+10+196=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AC4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0AC4 is #00F53B. Grayscale: #676767. Windows color (decimal): -62780 or 12847871. OLE color: 12847871.
HSL color Cylindrical-coordinate representation of color #FF0AC4: hue angle of 314.45º 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 #FF0AC4 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 196 | - |
| CMYK | 0 | 0.96 | 0.23 | 0 |
| HSL | 314.45º | 1% | 0.52% | - |
| HSV(B) | 314.45º | 0.96% | 1% | - |
| XYZ | 51.31 | 25.46 | 54.43 | - |
| YUV | 104.46 | 179.67 | 235.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 196 | 0 | 0.96 | 0.23 | 0 | 314.45 | 1 | 0.52 |
| Hex | FF | A | C4 | 0 | 60 | 17 | 0 | 13A | 64 | 34 |
| Octal | 377 | 12 | 304 | 0 | 140 | 27 | 0 | 472 | 144 | 64 |
| Binary | 11111111 | 1010 | 11000100 | 0 | 1100000 | 10111 | 0 | 100111010 | 1100100 | 110100 |
Color Harmonies of #FF0AC4
Complementary color
Monochromatic Colors of #FF0AC4
Black with #FF0AC4
Text Example
Text Example
White with #FF0AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AC4; }
p { color: rgb(255,10,196); }
H1.HeaderClassName
{
color: #FF0AC4;
}
.AnyTagClassName
{
color: #FF0AC4;
}
</style>
background-color css
<style>
a { background-color: #FF0AC4; }
a { background-color: rgb(255,10,196); }
div.DivClassName
{
background-color: #FF0AC4;
}
.BgClassName
{
background-color: #FF0AC4;
}
</style>
border-color css
<style>
span { border-color: #FF0AC4; }
span { border-color: rgb(255,10,196); }
td.TdClassName
{
border-color: #FF0AC4;
}
.TagClassName
{
border-color: #FF0AC4;
}
</style>