Shades of Shocking Pink #F419C1
Tints of Shocking Pink #F419C1
RGB
CMYK
RGB Variations
Color information
#F419C1 (or 0xF419C1) is known color: Shocking Pink. HEX triplet: F4, 19 and C1. RGB value is (244,25,193). Sum of RGB (Red+Green+Blue) = 244+25+193=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F419C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F419C1 is #0BE63E. Grayscale: #6D6D6D. Windows color (decimal): -779839 or 12655092. OLE color: 12655092.
HSL color Cylindrical-coordinate representation of color #F419C1: hue angle of 313.97º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F419C1 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 193 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.04 |
| HSL | 313.97º | 0.91% | 0.53% | - |
| HSV(B) | 313.97º | 0.9% | 0.96% | - |
| XYZ | 47.28 | 23.78 | 52.55 | - |
| YUV | 109.63 | 175.05 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 193 | 0 | 0.90 | 0.21 | 0.04 | 313.97 | 0.91 | 0.53 |
| Hex | F4 | 19 | C1 | 0 | 5A | 15 | 4 | 13A | 5B | 35 |
| Octal | 364 | 31 | 301 | 0 | 132 | 25 | 4 | 472 | 133 | 65 |
| Binary | 11110100 | 11001 | 11000001 | 0 | 1011010 | 10101 | 100 | 100111010 | 1011011 | 110101 |
Color Harmonies of #F419C1
Complementary color
Monochromatic Colors of #F419C1
Black with #F419C1
Text Example
Text Example
White with #F419C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F419C1; }
p { color: rgb(244,25,193); }
H1.HeaderClassName
{
color: #F419C1;
}
.AnyTagClassName
{
color: #F419C1;
}
</style>
background-color css
<style>
a { background-color: #F419C1; }
a { background-color: rgb(244,25,193); }
div.DivClassName
{
background-color: #F419C1;
}
.BgClassName
{
background-color: #F419C1;
}
</style>
border-color css
<style>
span { border-color: #F419C1; }
span { border-color: rgb(244,25,193); }
td.TdClassName
{
border-color: #F419C1;
}
.TagClassName
{
border-color: #F419C1;
}
</style>