Shades of Shocking Pink #F00AB8
Tints of Shocking Pink #F00AB8
RGB
CMYK
RGB Variations
Color information
#F00AB8 (or 0xF00AB8) is known color: Shocking Pink. HEX triplet: F0, 0A and B8. RGB value is (240,10,184). Sum of RGB (Red+Green+Blue) = 240+10+184=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 10 (4.30% from 255 or 2.30% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AB8 is #0FF547. Grayscale: #626262. Windows color (decimal): -1045832 or 12061424. OLE color: 12061424.
HSL color Cylindrical-coordinate representation of color #F00AB8: hue angle of 314.61º 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 #F00AB8 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 184 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.06 |
| HSL | 314.61º | 0.92% | 0.49% | - |
| HSV(B) | 314.61º | 0.96% | 0.94% | - |
| XYZ | 44.7 | 22.2 | 47.28 | - |
| YUV | 98.61 | 176.2 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 184 | 0 | 0.96 | 0.23 | 0.06 | 314.61 | 0.92 | 0.49 |
| Hex | F0 | A | B8 | 0 | 60 | 17 | 6 | 13B | 5C | 31 |
| Octal | 360 | 12 | 270 | 0 | 140 | 27 | 6 | 473 | 134 | 61 |
| Binary | 11110000 | 1010 | 10111000 | 0 | 1100000 | 10111 | 110 | 100111011 | 1011100 | 110001 |
Color Harmonies of #F00AB8
Complementary color
Monochromatic Colors of #F00AB8
Black with #F00AB8
Text Example
Text Example
White with #F00AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AB8; }
p { color: rgb(240,10,184); }
H1.HeaderClassName
{
color: #F00AB8;
}
.AnyTagClassName
{
color: #F00AB8;
}
</style>
background-color css
<style>
a { background-color: #F00AB8; }
a { background-color: rgb(240,10,184); }
div.DivClassName
{
background-color: #F00AB8;
}
.BgClassName
{
background-color: #F00AB8;
}
</style>
border-color css
<style>
span { border-color: #F00AB8; }
span { border-color: rgb(240,10,184); }
td.TdClassName
{
border-color: #F00AB8;
}
.TagClassName
{
border-color: #F00AB8;
}
</style>