Shades of Shocking Pink #F40ABC
Tints of Shocking Pink #F40ABC
RGB
CMYK
RGB Variations
Color information
#F40ABC (or 0xF40ABC) is known color: Shocking Pink. HEX triplet: F4, 0A and BC. RGB value is (244,10,188). Sum of RGB (Red+Green+Blue) = 244+10+188=442 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.20% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 244 - color contains mainly: red. Hex color #F40ABC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40ABC is #0BF543. Grayscale: #636363. Windows color (decimal): -783684 or 12323572. OLE color: 12323572.
HSL color Cylindrical-coordinate representation of color #F40ABC: hue angle of 314.36º 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 #F40ABC is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 10 | 188 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.04 |
| HSL | 314.36º | 0.92% | 0.5% | - |
| HSV(B) | 314.36º | 0.96% | 0.96% | - |
| XYZ | 46.49 | 23.08 | 49.58 | - |
| YUV | 100.26 | 177.52 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 188 | 0 | 0.96 | 0.23 | 0.04 | 314.36 | 0.92 | 0.5 |
| Hex | F4 | A | BC | 0 | 60 | 17 | 4 | 13A | 5C | 32 |
| Octal | 364 | 12 | 274 | 0 | 140 | 27 | 4 | 472 | 134 | 62 |
| Binary | 11110100 | 1010 | 10111100 | 0 | 1100000 | 10111 | 100 | 100111010 | 1011100 | 110010 |
Color Harmonies of #F40ABC
Complementary color
Monochromatic Colors of #F40ABC
Black with #F40ABC
Text Example
Text Example
White with #F40ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40ABC; }
p { color: rgb(244,10,188); }
H1.HeaderClassName
{
color: #F40ABC;
}
.AnyTagClassName
{
color: #F40ABC;
}
</style>
background-color css
<style>
a { background-color: #F40ABC; }
a { background-color: rgb(244,10,188); }
div.DivClassName
{
background-color: #F40ABC;
}
.BgClassName
{
background-color: #F40ABC;
}
</style>
border-color css
<style>
span { border-color: #F40ABC; }
span { border-color: rgb(244,10,188); }
td.TdClassName
{
border-color: #F40ABC;
}
.TagClassName
{
border-color: #F40ABC;
}
</style>