Shades of Shocking Pink #F405C0
Tints of Shocking Pink #F405C0
RGB
CMYK
RGB Variations
Color information
#F405C0 (or 0xF405C0) is known color: Shocking Pink. HEX triplet: F4, 05 and C0. RGB value is (244,5,192). Sum of RGB (Red+Green+Blue) = 244+5+192=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F405C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F405C0 is #0BFA3F. Grayscale: #616161. Windows color (decimal): -784960 or 12584436. OLE color: 12584436.
HSL color Cylindrical-coordinate representation of color #F405C0: hue angle of 313.05º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F405C0 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 192 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.04 |
| HSL | 313.05º | 0.96% | 0.49% | - |
| HSV(B) | 313.05º | 0.98% | 0.96% | - |
| XYZ | 46.88 | 23.15 | 51.87 | - |
| YUV | 97.78 | 181.18 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 192 | 0 | 0.98 | 0.21 | 0.04 | 313.05 | 0.96 | 0.49 |
| Hex | F4 | 5 | C0 | 0 | 62 | 15 | 4 | 139 | 60 | 31 |
| Octal | 364 | 5 | 300 | 0 | 142 | 25 | 4 | 471 | 140 | 61 |
| Binary | 11110100 | 101 | 11000000 | 0 | 1100010 | 10101 | 100 | 100111001 | 1100000 | 110001 |
Color Harmonies of #F405C0
Complementary color
Monochromatic Colors of #F405C0
Black with #F405C0
Text Example
Text Example
White with #F405C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F405C0; }
p { color: rgb(244,5,192); }
H1.HeaderClassName
{
color: #F405C0;
}
.AnyTagClassName
{
color: #F405C0;
}
</style>
background-color css
<style>
a { background-color: #F405C0; }
a { background-color: rgb(244,5,192); }
div.DivClassName
{
background-color: #F405C0;
}
.BgClassName
{
background-color: #F405C0;
}
</style>
border-color css
<style>
span { border-color: #F405C0; }
span { border-color: rgb(244,5,192); }
td.TdClassName
{
border-color: #F405C0;
}
.TagClassName
{
border-color: #F405C0;
}
</style>