Shades of Shocking Pink #F417C0
Tints of Shocking Pink #F417C0
RGB
CMYK
RGB Variations
Color information
#F417C0 (or 0xF417C0) is known color: Shocking Pink. HEX triplet: F4, 17 and C0. RGB value is (244,23,192). Sum of RGB (Red+Green+Blue) = 244+23+192=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F417C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F417C0 is #0BE83F. Grayscale: #6B6B6B. Windows color (decimal): -780352 or 12589044. OLE color: 12589044.
HSL color Cylindrical-coordinate representation of color #F417C0: hue angle of 314.12º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F417C0 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 192 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.04 |
| HSL | 314.12º | 0.91% | 0.52% | - |
| HSV(B) | 314.12º | 0.91% | 0.96% | - |
| XYZ | 47.13 | 23.65 | 51.95 | - |
| YUV | 108.35 | 175.22 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 192 | 0 | 0.91 | 0.21 | 0.04 | 314.12 | 0.91 | 0.52 |
| Hex | F4 | 17 | C0 | 0 | 5B | 15 | 4 | 13A | 5B | 34 |
| Octal | 364 | 27 | 300 | 0 | 133 | 25 | 4 | 472 | 133 | 64 |
| Binary | 11110100 | 10111 | 11000000 | 0 | 1011011 | 10101 | 100 | 100111010 | 1011011 | 110100 |
Color Harmonies of #F417C0
Complementary color
Monochromatic Colors of #F417C0
Black with #F417C0
Text Example
Text Example
White with #F417C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F417C0; }
p { color: rgb(244,23,192); }
H1.HeaderClassName
{
color: #F417C0;
}
.AnyTagClassName
{
color: #F417C0;
}
</style>
background-color css
<style>
a { background-color: #F417C0; }
a { background-color: rgb(244,23,192); }
div.DivClassName
{
background-color: #F417C0;
}
.BgClassName
{
background-color: #F417C0;
}
</style>
border-color css
<style>
span { border-color: #F417C0; }
span { border-color: rgb(244,23,192); }
td.TdClassName
{
border-color: #F417C0;
}
.TagClassName
{
border-color: #F417C0;
}
</style>