Shades of Shocking Pink #F417D1
Tints of Shocking Pink #F417D1
RGB
CMYK
RGB Variations
Color information
#F417D1 (or 0xF417D1) is known color: Shocking Pink. HEX triplet: F4, 17 and D1. RGB value is (244,23,209). Sum of RGB (Red+Green+Blue) = 244+23+209=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F417D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F417D1 is #0BE82E. Grayscale: #6D6D6D. Windows color (decimal): -780335 or 13703156. OLE color: 13703156.
HSL color Cylindrical-coordinate representation of color #F417D1: hue angle of 309.5º 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 #F417D1 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 209 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.04 |
| HSL | 309.5º | 0.91% | 0.52% | - |
| HSV(B) | 309.5º | 0.91% | 0.96% | - |
| XYZ | 49.12 | 24.45 | 62.45 | - |
| YUV | 110.28 | 183.72 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 209 | 0 | 0.91 | 0.14 | 0.04 | 309.5 | 0.91 | 0.52 |
| Hex | F4 | 17 | D1 | 0 | 5B | E | 4 | 136 | 5B | 34 |
| Octal | 364 | 27 | 321 | 0 | 133 | 16 | 4 | 466 | 133 | 64 |
| Binary | 11110100 | 10111 | 11010001 | 0 | 1011011 | 1110 | 100 | 100110110 | 1011011 | 110100 |
Color Harmonies of #F417D1
Complementary color
Monochromatic Colors of #F417D1
Black with #F417D1
Text Example
Text Example
White with #F417D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F417D1; }
p { color: rgb(244,23,209); }
H1.HeaderClassName
{
color: #F417D1;
}
.AnyTagClassName
{
color: #F417D1;
}
</style>
background-color css
<style>
a { background-color: #F417D1; }
a { background-color: rgb(244,23,209); }
div.DivClassName
{
background-color: #F417D1;
}
.BgClassName
{
background-color: #F417D1;
}
</style>
border-color css
<style>
span { border-color: #F417D1; }
span { border-color: rgb(244,23,209); }
td.TdClassName
{
border-color: #F417D1;
}
.TagClassName
{
border-color: #F417D1;
}
</style>