Shades of Shocking Pink #F40BBD
Tints of Shocking Pink #F40BBD
RGB
CMYK
RGB Variations
Color information
#F40BBD (or 0xF40BBD) is known color: Shocking Pink. HEX triplet: F4, 0B and BD. RGB value is (244,11,189). Sum of RGB (Red+Green+Blue) = 244+11+189=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 11 (4.69% from 255 or 2.48% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40BBD is #0BF442. Grayscale: #646464. Windows color (decimal): -783427 or 12389364. OLE color: 12389364.
HSL color Cylindrical-coordinate representation of color #F40BBD: hue angle of 314.16º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40BBD is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 189 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.04 |
| HSL | 314.16º | 0.91% | 0.5% | - |
| HSV(B) | 314.16º | 0.95% | 0.96% | - |
| XYZ | 46.61 | 23.15 | 50.16 | - |
| YUV | 100.96 | 177.69 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 189 | 0 | 0.95 | 0.23 | 0.04 | 314.16 | 0.91 | 0.5 |
| Hex | F4 | B | BD | 0 | 5F | 17 | 4 | 13A | 5B | 32 |
| Octal | 364 | 13 | 275 | 0 | 137 | 27 | 4 | 472 | 133 | 62 |
| Binary | 11110100 | 1011 | 10111101 | 0 | 1011111 | 10111 | 100 | 100111010 | 1011011 | 110010 |
Color Harmonies of #F40BBD
Complementary color
Monochromatic Colors of #F40BBD
Black with #F40BBD
Text Example
Text Example
White with #F40BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40BBD; }
p { color: rgb(244,11,189); }
H1.HeaderClassName
{
color: #F40BBD;
}
.AnyTagClassName
{
color: #F40BBD;
}
</style>
background-color css
<style>
a { background-color: #F40BBD; }
a { background-color: rgb(244,11,189); }
div.DivClassName
{
background-color: #F40BBD;
}
.BgClassName
{
background-color: #F40BBD;
}
</style>
border-color css
<style>
span { border-color: #F40BBD; }
span { border-color: rgb(244,11,189); }
td.TdClassName
{
border-color: #F40BBD;
}
.TagClassName
{
border-color: #F40BBD;
}
</style>