Shades of Shocking Pink #F00AC8
Tints of Shocking Pink #F00AC8
RGB
CMYK
RGB Variations
Color information
#F00AC8 (or 0xF00AC8) is known color: Shocking Pink. HEX triplet: F0, 0A and C8. RGB value is (240,10,200). Sum of RGB (Red+Green+Blue) = 240+10+200=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AC8 is #0FF537. Grayscale: #636363. Windows color (decimal): -1045816 or 13110000. OLE color: 13110000.
HSL color Cylindrical-coordinate representation of color #F00AC8: hue angle of 310.43º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00AC8 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 200 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.06 |
| HSL | 310.43º | 0.92% | 0.49% | - |
| HSV(B) | 310.43º | 0.96% | 0.94% | - |
| XYZ | 46.47 | 22.91 | 56.62 | - |
| YUV | 100.43 | 184.2 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 200 | 0 | 0.96 | 0.17 | 0.06 | 310.43 | 0.92 | 0.49 |
| Hex | F0 | A | C8 | 0 | 60 | 11 | 6 | 136 | 5C | 31 |
| Octal | 360 | 12 | 310 | 0 | 140 | 21 | 6 | 466 | 134 | 61 |
| Binary | 11110000 | 1010 | 11001000 | 0 | 1100000 | 10001 | 110 | 100110110 | 1011100 | 110001 |
Color Harmonies of #F00AC8
Complementary color
Monochromatic Colors of #F00AC8
Black with #F00AC8
Text Example
Text Example
White with #F00AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AC8; }
p { color: rgb(240,10,200); }
H1.HeaderClassName
{
color: #F00AC8;
}
.AnyTagClassName
{
color: #F00AC8;
}
</style>
background-color css
<style>
a { background-color: #F00AC8; }
a { background-color: rgb(240,10,200); }
div.DivClassName
{
background-color: #F00AC8;
}
.BgClassName
{
background-color: #F00AC8;
}
</style>
border-color css
<style>
span { border-color: #F00AC8; }
span { border-color: rgb(240,10,200); }
td.TdClassName
{
border-color: #F00AC8;
}
.TagClassName
{
border-color: #F00AC8;
}
</style>