Shades of Shocking Pink #F00AB9
Tints of Shocking Pink #F00AB9
RGB
CMYK
RGB Variations
Color information
#F00AB9 (or 0xF00AB9) is known color: Shocking Pink. HEX triplet: F0, 0A and B9. RGB value is (240,10,185). Sum of RGB (Red+Green+Blue) = 240+10+185=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AB9 is #0FF546. Grayscale: #626262. Windows color (decimal): -1045831 or 12126960. OLE color: 12126960.
HSL color Cylindrical-coordinate representation of color #F00AB9: hue angle of 314.35º 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 #F00AB9 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 185 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.06 |
| HSL | 314.35º | 0.92% | 0.49% | - |
| HSV(B) | 314.35º | 0.96% | 0.94% | - |
| XYZ | 44.8 | 22.25 | 47.83 | - |
| YUV | 98.72 | 176.7 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 185 | 0 | 0.96 | 0.23 | 0.06 | 314.35 | 0.92 | 0.49 |
| Hex | F0 | A | B9 | 0 | 60 | 17 | 6 | 13A | 5C | 31 |
| Octal | 360 | 12 | 271 | 0 | 140 | 27 | 6 | 472 | 134 | 61 |
| Binary | 11110000 | 1010 | 10111001 | 0 | 1100000 | 10111 | 110 | 100111010 | 1011100 | 110001 |
Color Harmonies of #F00AB9
Complementary color
Monochromatic Colors of #F00AB9
Black with #F00AB9
Text Example
Text Example
White with #F00AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AB9; }
p { color: rgb(240,10,185); }
H1.HeaderClassName
{
color: #F00AB9;
}
.AnyTagClassName
{
color: #F00AB9;
}
</style>
background-color css
<style>
a { background-color: #F00AB9; }
a { background-color: rgb(240,10,185); }
div.DivClassName
{
background-color: #F00AB9;
}
.BgClassName
{
background-color: #F00AB9;
}
</style>
border-color css
<style>
span { border-color: #F00AB9; }
span { border-color: rgb(240,10,185); }
td.TdClassName
{
border-color: #F00AB9;
}
.TagClassName
{
border-color: #F00AB9;
}
</style>