Shades of Shocking Pink #F40FCB
Tints of Shocking Pink #F40FCB
RGB
CMYK
RGB Variations
Color information
#F40FCB (or 0xF40FCB) is known color: Shocking Pink. HEX triplet: F4, 0F and CB. RGB value is (244,15,203). Sum of RGB (Red+Green+Blue) = 244+15+203=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 15 (6.25% from 255 or 3.25% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F40FCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40FCB is #0BF034. Grayscale: #686868. Windows color (decimal): -782389 or 13307892. OLE color: 13307892.
HSL color Cylindrical-coordinate representation of color #F40FCB: hue angle of 310.74º 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 #F40FCB is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 203 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.04 |
| HSL | 310.74º | 0.91% | 0.51% | - |
| HSV(B) | 310.74º | 0.94% | 0.96% | - |
| XYZ | 48.26 | 23.89 | 58.57 | - |
| YUV | 104.9 | 183.37 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 203 | 0 | 0.94 | 0.17 | 0.04 | 310.74 | 0.91 | 0.51 |
| Hex | F4 | F | CB | 0 | 5E | 11 | 4 | 137 | 5B | 33 |
| Octal | 364 | 17 | 313 | 0 | 136 | 21 | 4 | 467 | 133 | 63 |
| Binary | 11110100 | 1111 | 11001011 | 0 | 1011110 | 10001 | 100 | 100110111 | 1011011 | 110011 |
Color Harmonies of #F40FCB
Complementary color
Monochromatic Colors of #F40FCB
Black with #F40FCB
Text Example
Text Example
White with #F40FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40FCB; }
p { color: rgb(244,15,203); }
H1.HeaderClassName
{
color: #F40FCB;
}
.AnyTagClassName
{
color: #F40FCB;
}
</style>
background-color css
<style>
a { background-color: #F40FCB; }
a { background-color: rgb(244,15,203); }
div.DivClassName
{
background-color: #F40FCB;
}
.BgClassName
{
background-color: #F40FCB;
}
</style>
border-color css
<style>
span { border-color: #F40FCB; }
span { border-color: rgb(244,15,203); }
td.TdClassName
{
border-color: #F40FCB;
}
.TagClassName
{
border-color: #F40FCB;
}
</style>