Shades of Shocking Pink #F412D1
Tints of Shocking Pink #F412D1
RGB
CMYK
RGB Variations
Color information
#F412D1 (or 0xF412D1) is known color: Shocking Pink. HEX triplet: F4, 12 and D1. RGB value is (244,18,209). Sum of RGB (Red+Green+Blue) = 244+18+209=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 18 (7.42% from 255 or 3.82% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F412D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F412D1 is #0BED2E. Grayscale: #6A6A6A. Windows color (decimal): -781615 or 13701876. OLE color: 13701876.
HSL color Cylindrical-coordinate representation of color #F412D1: hue angle of 309.29º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F412D1 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 209 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.04 |
| HSL | 309.29º | 0.91% | 0.51% | - |
| HSV(B) | 309.29º | 0.93% | 0.96% | - |
| XYZ | 49.03 | 24.27 | 62.42 | - |
| YUV | 107.35 | 185.37 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 209 | 0 | 0.93 | 0.14 | 0.04 | 309.29 | 0.91 | 0.51 |
| Hex | F4 | 12 | D1 | 0 | 5D | E | 4 | 135 | 5B | 33 |
| Octal | 364 | 22 | 321 | 0 | 135 | 16 | 4 | 465 | 133 | 63 |
| Binary | 11110100 | 10010 | 11010001 | 0 | 1011101 | 1110 | 100 | 100110101 | 1011011 | 110011 |
Color Harmonies of #F412D1
Complementary color
Monochromatic Colors of #F412D1
Black with #F412D1
Text Example
Text Example
White with #F412D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F412D1; }
p { color: rgb(244,18,209); }
H1.HeaderClassName
{
color: #F412D1;
}
.AnyTagClassName
{
color: #F412D1;
}
</style>
background-color css
<style>
a { background-color: #F412D1; }
a { background-color: rgb(244,18,209); }
div.DivClassName
{
background-color: #F412D1;
}
.BgClassName
{
background-color: #F412D1;
}
</style>
border-color css
<style>
span { border-color: #F412D1; }
span { border-color: rgb(244,18,209); }
td.TdClassName
{
border-color: #F412D1;
}
.TagClassName
{
border-color: #F412D1;
}
</style>