Shades of Shocking Pink #F40FBB
Tints of Shocking Pink #F40FBB
RGB
CMYK
RGB Variations
Color information
#F40FBB (or 0xF40FBB) is known color: Shocking Pink. HEX triplet: F4, 0F and BB. RGB value is (244,15,187). Sum of RGB (Red+Green+Blue) = 244+15+187=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F40FBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40FBB is #0BF044. Grayscale: #666666. Windows color (decimal): -782405 or 12259316. OLE color: 12259316.
HSL color Cylindrical-coordinate representation of color #F40FBB: hue angle of 314.93º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40FBB is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 187 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.04 |
| HSL | 314.93º | 0.91% | 0.51% | - |
| HSV(B) | 314.93º | 0.94% | 0.96% | - |
| XYZ | 46.45 | 23.16 | 49.04 | - |
| YUV | 103.08 | 175.37 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 187 | 0 | 0.94 | 0.23 | 0.04 | 314.93 | 0.91 | 0.51 |
| Hex | F4 | F | BB | 0 | 5E | 17 | 4 | 13B | 5B | 33 |
| Octal | 364 | 17 | 273 | 0 | 136 | 27 | 4 | 473 | 133 | 63 |
| Binary | 11110100 | 1111 | 10111011 | 0 | 1011110 | 10111 | 100 | 100111011 | 1011011 | 110011 |
Color Harmonies of #F40FBB
Complementary color
Monochromatic Colors of #F40FBB
Black with #F40FBB
Text Example
Text Example
White with #F40FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40FBB; }
p { color: rgb(244,15,187); }
H1.HeaderClassName
{
color: #F40FBB;
}
.AnyTagClassName
{
color: #F40FBB;
}
</style>
background-color css
<style>
a { background-color: #F40FBB; }
a { background-color: rgb(244,15,187); }
div.DivClassName
{
background-color: #F40FBB;
}
.BgClassName
{
background-color: #F40FBB;
}
</style>
border-color css
<style>
span { border-color: #F40FBB; }
span { border-color: rgb(244,15,187); }
td.TdClassName
{
border-color: #F40FBB;
}
.TagClassName
{
border-color: #F40FBB;
}
</style>