Shades of Shocking Pink #F40CB0
Tints of Shocking Pink #F40CB0
RGB
CMYK
RGB Variations
Color information
#F40CB0 (or 0xF40CB0) is known color: Shocking Pink. HEX triplet: F4, 0C and B0. RGB value is (244,12,176). Sum of RGB (Red+Green+Blue) = 244+12+176=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40CB0 is #0BF34F. Grayscale: #636363. Windows color (decimal): -783184 or 11537652. OLE color: 11537652.
HSL color Cylindrical-coordinate representation of color #F40CB0: hue angle of 317.59º 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 #F40CB0 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 176 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.04 |
| HSL | 317.59º | 0.91% | 0.5% | - |
| HSV(B) | 317.59º | 0.95% | 0.96% | - |
| XYZ | 45.28 | 22.63 | 43.06 | - |
| YUV | 100.06 | 170.86 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 176 | 0 | 0.95 | 0.28 | 0.04 | 317.59 | 0.91 | 0.5 |
| Hex | F4 | C | B0 | 0 | 5F | 1C | 4 | 13E | 5B | 32 |
| Octal | 364 | 14 | 260 | 0 | 137 | 34 | 4 | 476 | 133 | 62 |
| Binary | 11110100 | 1100 | 10110000 | 0 | 1011111 | 11100 | 100 | 100111110 | 1011011 | 110010 |
Color Harmonies of #F40CB0
Complementary color
Monochromatic Colors of #F40CB0
Black with #F40CB0
Text Example
Text Example
White with #F40CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40CB0; }
p { color: rgb(244,12,176); }
H1.HeaderClassName
{
color: #F40CB0;
}
.AnyTagClassName
{
color: #F40CB0;
}
</style>
background-color css
<style>
a { background-color: #F40CB0; }
a { background-color: rgb(244,12,176); }
div.DivClassName
{
background-color: #F40CB0;
}
.BgClassName
{
background-color: #F40CB0;
}
</style>
border-color css
<style>
span { border-color: #F40CB0; }
span { border-color: rgb(244,12,176); }
td.TdClassName
{
border-color: #F40CB0;
}
.TagClassName
{
border-color: #F40CB0;
}
</style>