Shades of Shocking Pink #F40FCD
Tints of Shocking Pink #F40FCD
RGB
CMYK
RGB Variations
Color information
#F40FCD (or 0xF40FCD) is known color: Shocking Pink. HEX triplet: F4, 0F and CD. RGB value is (244,15,205). Sum of RGB (Red+Green+Blue) = 244+15+205=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F40FCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40FCD is #0BF032. Grayscale: #686868. Windows color (decimal): -782387 or 13438964. OLE color: 13438964.
HSL color Cylindrical-coordinate representation of color #F40FCD: hue angle of 310.22º 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 #F40FCD is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 205 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.04 |
| HSL | 310.22º | 0.91% | 0.51% | - |
| HSV(B) | 310.22º | 0.94% | 0.96% | - |
| XYZ | 48.5 | 23.98 | 59.83 | - |
| YUV | 105.13 | 184.37 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 205 | 0 | 0.94 | 0.16 | 0.04 | 310.22 | 0.91 | 0.51 |
| Hex | F4 | F | CD | 0 | 5E | 10 | 4 | 136 | 5B | 33 |
| Octal | 364 | 17 | 315 | 0 | 136 | 20 | 4 | 466 | 133 | 63 |
| Binary | 11110100 | 1111 | 11001101 | 0 | 1011110 | 10000 | 100 | 100110110 | 1011011 | 110011 |
Color Harmonies of #F40FCD
Complementary color
Monochromatic Colors of #F40FCD
Black with #F40FCD
Text Example
Text Example
White with #F40FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40FCD; }
p { color: rgb(244,15,205); }
H1.HeaderClassName
{
color: #F40FCD;
}
.AnyTagClassName
{
color: #F40FCD;
}
</style>
background-color css
<style>
a { background-color: #F40FCD; }
a { background-color: rgb(244,15,205); }
div.DivClassName
{
background-color: #F40FCD;
}
.BgClassName
{
background-color: #F40FCD;
}
</style>
border-color css
<style>
span { border-color: #F40FCD; }
span { border-color: rgb(244,15,205); }
td.TdClassName
{
border-color: #F40FCD;
}
.TagClassName
{
border-color: #F40FCD;
}
</style>