Shades of Shocking Pink #F00AB1
Tints of Shocking Pink #F00AB1
RGB
CMYK
RGB Variations
Color information
#F00AB1 (or 0xF00AB1) is known color: Shocking Pink. HEX triplet: F0, 0A and B1. RGB value is (240,10,177). Sum of RGB (Red+Green+Blue) = 240+10+177=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 177 (69.53% from 255 or 41.45% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00AB1 is #0FF54E. Grayscale: #616161. Windows color (decimal): -1045839 or 11602672. OLE color: 11602672.
HSL color Cylindrical-coordinate representation of color #F00AB1: hue angle of 316.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 #F00AB1 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 177 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.06 |
| HSL | 316.43º | 0.92% | 0.49% | - |
| HSV(B) | 316.43º | 0.96% | 0.94% | - |
| XYZ | 43.98 | 21.92 | 43.51 | - |
| YUV | 97.81 | 172.7 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 177 | 0 | 0.96 | 0.26 | 0.06 | 316.43 | 0.92 | 0.49 |
| Hex | F0 | A | B1 | 0 | 60 | 1A | 6 | 13C | 5C | 31 |
| Octal | 360 | 12 | 261 | 0 | 140 | 32 | 6 | 474 | 134 | 61 |
| Binary | 11110000 | 1010 | 10110001 | 0 | 1100000 | 11010 | 110 | 100111100 | 1011100 | 110001 |
Color Harmonies of #F00AB1
Complementary color
Monochromatic Colors of #F00AB1
Black with #F00AB1
Text Example
Text Example
White with #F00AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AB1; }
p { color: rgb(240,10,177); }
H1.HeaderClassName
{
color: #F00AB1;
}
.AnyTagClassName
{
color: #F00AB1;
}
</style>
background-color css
<style>
a { background-color: #F00AB1; }
a { background-color: rgb(240,10,177); }
div.DivClassName
{
background-color: #F00AB1;
}
.BgClassName
{
background-color: #F00AB1;
}
</style>
border-color css
<style>
span { border-color: #F00AB1; }
span { border-color: rgb(240,10,177); }
td.TdClassName
{
border-color: #F00AB1;
}
.TagClassName
{
border-color: #F00AB1;
}
</style>