Shades of Shocking Pink #F00ABF
Tints of Shocking Pink #F00ABF
RGB
CMYK
RGB Variations
Color information
#F00ABF (or 0xF00ABF) is known color: Shocking Pink. HEX triplet: F0, 0A and BF. RGB value is (240,10,191). Sum of RGB (Red+Green+Blue) = 240+10+191=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F00ABF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00ABF is #0FF540. Grayscale: #626262. Windows color (decimal): -1045825 or 12520176. OLE color: 12520176.
HSL color Cylindrical-coordinate representation of color #F00ABF: hue angle of 312.78º 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 #F00ABF is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 191 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.06 |
| HSL | 312.78º | 0.92% | 0.49% | - |
| HSV(B) | 312.78º | 0.96% | 0.94% | - |
| XYZ | 45.45 | 22.5 | 51.24 | - |
| YUV | 99.4 | 179.7 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 191 | 0 | 0.96 | 0.20 | 0.06 | 312.78 | 0.92 | 0.49 |
| Hex | F0 | A | BF | 0 | 60 | 14 | 6 | 139 | 5C | 31 |
| Octal | 360 | 12 | 277 | 0 | 140 | 24 | 6 | 471 | 134 | 61 |
| Binary | 11110000 | 1010 | 10111111 | 0 | 1100000 | 10100 | 110 | 100111001 | 1011100 | 110001 |
Color Harmonies of #F00ABF
Complementary color
Monochromatic Colors of #F00ABF
Black with #F00ABF
Text Example
Text Example
White with #F00ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00ABF; }
p { color: rgb(240,10,191); }
H1.HeaderClassName
{
color: #F00ABF;
}
.AnyTagClassName
{
color: #F00ABF;
}
</style>
background-color css
<style>
a { background-color: #F00ABF; }
a { background-color: rgb(240,10,191); }
div.DivClassName
{
background-color: #F00ABF;
}
.BgClassName
{
background-color: #F00ABF;
}
</style>
border-color css
<style>
span { border-color: #F00ABF; }
span { border-color: rgb(240,10,191); }
td.TdClassName
{
border-color: #F00ABF;
}
.TagClassName
{
border-color: #F00ABF;
}
</style>