Shades of Shocking Pink #F414C9
Tints of Shocking Pink #F414C9
RGB
CMYK
RGB Variations
Color information
#F414C9 (or 0xF414C9) is known color: Shocking Pink. HEX triplet: F4, 14 and C9. RGB value is (244,20,201). Sum of RGB (Red+Green+Blue) = 244+20+201=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F414C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F414C9 is #0BEB36. Grayscale: #6B6B6B. Windows color (decimal): -781111 or 13178100. OLE color: 13178100.
HSL color Cylindrical-coordinate representation of color #F414C9: hue angle of 311.52º 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 #F414C9 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 201 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.04 |
| HSL | 311.52º | 0.91% | 0.52% | - |
| HSV(B) | 311.52º | 0.92% | 0.96% | - |
| XYZ | 48.1 | 23.95 | 57.35 | - |
| YUV | 107.61 | 180.71 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 201 | 0 | 0.92 | 0.18 | 0.04 | 311.52 | 0.91 | 0.52 |
| Hex | F4 | 14 | C9 | 0 | 5C | 12 | 4 | 138 | 5B | 34 |
| Octal | 364 | 24 | 311 | 0 | 134 | 22 | 4 | 470 | 133 | 64 |
| Binary | 11110100 | 10100 | 11001001 | 0 | 1011100 | 10010 | 100 | 100111000 | 1011011 | 110100 |
Color Harmonies of #F414C9
Complementary color
Monochromatic Colors of #F414C9
Black with #F414C9
Text Example
Text Example
White with #F414C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F414C9; }
p { color: rgb(244,20,201); }
H1.HeaderClassName
{
color: #F414C9;
}
.AnyTagClassName
{
color: #F414C9;
}
</style>
background-color css
<style>
a { background-color: #F414C9; }
a { background-color: rgb(244,20,201); }
div.DivClassName
{
background-color: #F414C9;
}
.BgClassName
{
background-color: #F414C9;
}
</style>
border-color css
<style>
span { border-color: #F414C9; }
span { border-color: rgb(244,20,201); }
td.TdClassName
{
border-color: #F414C9;
}
.TagClassName
{
border-color: #F414C9;
}
</style>