Shades of Shocking Pink #F414D0
Tints of Shocking Pink #F414D0
RGB
CMYK
RGB Variations
Color information
#F414D0 (or 0xF414D0) is known color: Shocking Pink. HEX triplet: F4, 14 and D0. RGB value is (244,20,208). Sum of RGB (Red+Green+Blue) = 244+20+208=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 20 (8.20% from 255 or 4.24% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F414D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F414D0 is #0BEB2F. Grayscale: #6B6B6B. Windows color (decimal): -781104 or 13636852. OLE color: 13636852.
HSL color Cylindrical-coordinate representation of color #F414D0: hue angle of 309.64º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F414D0 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 208 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.04 |
| HSL | 309.64º | 0.91% | 0.52% | - |
| HSV(B) | 309.64º | 0.92% | 0.96% | - |
| XYZ | 48.94 | 24.29 | 61.78 | - |
| YUV | 108.41 | 184.21 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 208 | 0 | 0.92 | 0.15 | 0.04 | 309.64 | 0.91 | 0.52 |
| Hex | F4 | 14 | D0 | 0 | 5C | F | 4 | 136 | 5B | 34 |
| Octal | 364 | 24 | 320 | 0 | 134 | 17 | 4 | 466 | 133 | 64 |
| Binary | 11110100 | 10100 | 11010000 | 0 | 1011100 | 1111 | 100 | 100110110 | 1011011 | 110100 |
Color Harmonies of #F414D0
Complementary color
Monochromatic Colors of #F414D0
Black with #F414D0
Text Example
Text Example
White with #F414D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F414D0; }
p { color: rgb(244,20,208); }
H1.HeaderClassName
{
color: #F414D0;
}
.AnyTagClassName
{
color: #F414D0;
}
</style>
background-color css
<style>
a { background-color: #F414D0; }
a { background-color: rgb(244,20,208); }
div.DivClassName
{
background-color: #F414D0;
}
.BgClassName
{
background-color: #F414D0;
}
</style>
border-color css
<style>
span { border-color: #F414D0; }
span { border-color: rgb(244,20,208); }
td.TdClassName
{
border-color: #F414D0;
}
.TagClassName
{
border-color: #F414D0;
}
</style>