Shades of Shocking Pink #F00AB5
Tints of Shocking Pink #F00AB5
RGB
CMYK
RGB Variations
Color information
#F00AB5 (or 0xF00AB5) is known color: Shocking Pink. HEX triplet: F0, 0A and B5. RGB value is (240,10,181). Sum of RGB (Red+Green+Blue) = 240+10+181=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AB5 is #0FF54A. Grayscale: #616161. Windows color (decimal): -1045835 or 11864816. OLE color: 11864816.
HSL color Cylindrical-coordinate representation of color #F00AB5: hue angle of 315.39º 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 #F00AB5 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 181 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.06 |
| HSL | 315.39º | 0.92% | 0.49% | - |
| HSV(B) | 315.39º | 0.96% | 0.94% | - |
| XYZ | 44.38 | 22.08 | 45.64 | - |
| YUV | 98.26 | 174.7 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 181 | 0 | 0.96 | 0.25 | 0.06 | 315.39 | 0.92 | 0.49 |
| Hex | F0 | A | B5 | 0 | 60 | 19 | 6 | 13B | 5C | 31 |
| Octal | 360 | 12 | 265 | 0 | 140 | 31 | 6 | 473 | 134 | 61 |
| Binary | 11110000 | 1010 | 10110101 | 0 | 1100000 | 11001 | 110 | 100111011 | 1011100 | 110001 |
Color Harmonies of #F00AB5
Complementary color
Monochromatic Colors of #F00AB5
Black with #F00AB5
Text Example
Text Example
White with #F00AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AB5; }
p { color: rgb(240,10,181); }
H1.HeaderClassName
{
color: #F00AB5;
}
.AnyTagClassName
{
color: #F00AB5;
}
</style>
background-color css
<style>
a { background-color: #F00AB5; }
a { background-color: rgb(240,10,181); }
div.DivClassName
{
background-color: #F00AB5;
}
.BgClassName
{
background-color: #F00AB5;
}
</style>
border-color css
<style>
span { border-color: #F00AB5; }
span { border-color: rgb(240,10,181); }
td.TdClassName
{
border-color: #F00AB5;
}
.TagClassName
{
border-color: #F00AB5;
}
</style>