Shades of Shocking Pink #F40ABB
Tints of Shocking Pink #F40ABB
RGB
CMYK
RGB Variations
Color information
#F40ABB (or 0xF40ABB) is known color: Shocking Pink. HEX triplet: F4, 0A and BB. RGB value is (244,10,187). Sum of RGB (Red+Green+Blue) = 244+10+187=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F40ABB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40ABB is #0BF544. Grayscale: #636363. Windows color (decimal): -783685 or 12258036. OLE color: 12258036.
HSL color Cylindrical-coordinate representation of color #F40ABB: hue angle of 314.62º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40ABB is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 10 | 187 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.04 |
| HSL | 314.62º | 0.92% | 0.5% | - |
| HSV(B) | 314.62º | 0.96% | 0.96% | - |
| XYZ | 46.39 | 23.04 | 49.02 | - |
| YUV | 100.14 | 177.02 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 187 | 0 | 0.96 | 0.23 | 0.04 | 314.62 | 0.92 | 0.5 |
| Hex | F4 | A | BB | 0 | 60 | 17 | 4 | 13B | 5C | 32 |
| Octal | 364 | 12 | 273 | 0 | 140 | 27 | 4 | 473 | 134 | 62 |
| Binary | 11110100 | 1010 | 10111011 | 0 | 1100000 | 10111 | 100 | 100111011 | 1011100 | 110010 |
Color Harmonies of #F40ABB
Complementary color
Monochromatic Colors of #F40ABB
Black with #F40ABB
Text Example
Text Example
White with #F40ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40ABB; }
p { color: rgb(244,10,187); }
H1.HeaderClassName
{
color: #F40ABB;
}
.AnyTagClassName
{
color: #F40ABB;
}
</style>
background-color css
<style>
a { background-color: #F40ABB; }
a { background-color: rgb(244,10,187); }
div.DivClassName
{
background-color: #F40ABB;
}
.BgClassName
{
background-color: #F40ABB;
}
</style>
border-color css
<style>
span { border-color: #F40ABB; }
span { border-color: rgb(244,10,187); }
td.TdClassName
{
border-color: #F40ABB;
}
.TagClassName
{
border-color: #F40ABB;
}
</style>