Shades of Shocking Pink #F416D1
Tints of Shocking Pink #F416D1
RGB
CMYK
RGB Variations
Color information
#F416D1 (or 0xF416D1) is known color: Shocking Pink. HEX triplet: F4, 16 and D1. RGB value is (244,22,209). Sum of RGB (Red+Green+Blue) = 244+22+209=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 22 (8.98% from 255 or 4.63% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F416D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F416D1 is #0BE92E. Grayscale: #6D6D6D. Windows color (decimal): -780591 or 13702900. OLE color: 13702900.
HSL color Cylindrical-coordinate representation of color #F416D1: hue angle of 309.46º 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 #F416D1 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 209 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.04 |
| HSL | 309.46º | 0.91% | 0.52% | - |
| HSV(B) | 309.46º | 0.91% | 0.96% | - |
| XYZ | 49.1 | 24.41 | 62.45 | - |
| YUV | 109.7 | 184.05 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 209 | 0 | 0.91 | 0.14 | 0.04 | 309.46 | 0.91 | 0.52 |
| Hex | F4 | 16 | D1 | 0 | 5B | E | 4 | 135 | 5B | 34 |
| Octal | 364 | 26 | 321 | 0 | 133 | 16 | 4 | 465 | 133 | 64 |
| Binary | 11110100 | 10110 | 11010001 | 0 | 1011011 | 1110 | 100 | 100110101 | 1011011 | 110100 |
Color Harmonies of #F416D1
Complementary color
Monochromatic Colors of #F416D1
Black with #F416D1
Text Example
Text Example
White with #F416D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F416D1; }
p { color: rgb(244,22,209); }
H1.HeaderClassName
{
color: #F416D1;
}
.AnyTagClassName
{
color: #F416D1;
}
</style>
background-color css
<style>
a { background-color: #F416D1; }
a { background-color: rgb(244,22,209); }
div.DivClassName
{
background-color: #F416D1;
}
.BgClassName
{
background-color: #F416D1;
}
</style>
border-color css
<style>
span { border-color: #F416D1; }
span { border-color: rgb(244,22,209); }
td.TdClassName
{
border-color: #F416D1;
}
.TagClassName
{
border-color: #F416D1;
}
</style>