Shades of Shocking Pink #F417D0
Tints of Shocking Pink #F417D0
RGB
CMYK
RGB Variations
Color information
#F417D0 (or 0xF417D0) is known color: Shocking Pink. HEX triplet: F4, 17 and D0. RGB value is (244,23,208). Sum of RGB (Red+Green+Blue) = 244+23+208=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 23 (9.38% from 255 or 4.84% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F417D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F417D0 is #0BE82F. Grayscale: #6D6D6D. Windows color (decimal): -780336 or 13637620. OLE color: 13637620.
HSL color Cylindrical-coordinate representation of color #F417D0: hue angle of 309.77º 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 #F417D0 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 208 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.04 |
| HSL | 309.77º | 0.91% | 0.52% | - |
| HSV(B) | 309.77º | 0.91% | 0.96% | - |
| XYZ | 49 | 24.4 | 61.8 | - |
| YUV | 110.17 | 183.22 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 208 | 0 | 0.91 | 0.15 | 0.04 | 309.77 | 0.91 | 0.52 |
| Hex | F4 | 17 | D0 | 0 | 5B | F | 4 | 136 | 5B | 34 |
| Octal | 364 | 27 | 320 | 0 | 133 | 17 | 4 | 466 | 133 | 64 |
| Binary | 11110100 | 10111 | 11010000 | 0 | 1011011 | 1111 | 100 | 100110110 | 1011011 | 110100 |
Color Harmonies of #F417D0
Complementary color
Monochromatic Colors of #F417D0
Black with #F417D0
Text Example
Text Example
White with #F417D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F417D0; }
p { color: rgb(244,23,208); }
H1.HeaderClassName
{
color: #F417D0;
}
.AnyTagClassName
{
color: #F417D0;
}
</style>
background-color css
<style>
a { background-color: #F417D0; }
a { background-color: rgb(244,23,208); }
div.DivClassName
{
background-color: #F417D0;
}
.BgClassName
{
background-color: #F417D0;
}
</style>
border-color css
<style>
span { border-color: #F417D0; }
span { border-color: rgb(244,23,208); }
td.TdClassName
{
border-color: #F417D0;
}
.TagClassName
{
border-color: #F417D0;
}
</style>