Shades of Shocking Pink #F419BC
Tints of Shocking Pink #F419BC
RGB
CMYK
RGB Variations
Color information
#F419BC (or 0xF419BC) is known color: Shocking Pink. HEX triplet: F4, 19 and BC. RGB value is (244,25,188). Sum of RGB (Red+Green+Blue) = 244+25+188=457 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.39% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 244 - color contains mainly: red. Hex color #F419BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F419BC is #0BE643. Grayscale: #6C6C6C. Windows color (decimal): -779844 or 12327412. OLE color: 12327412.
HSL color Cylindrical-coordinate representation of color #F419BC: hue angle of 315.34º 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 #F419BC is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 188 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.04 |
| HSL | 315.34º | 0.91% | 0.53% | - |
| HSV(B) | 315.34º | 0.9% | 0.96% | - |
| XYZ | 46.73 | 23.56 | 49.66 | - |
| YUV | 109.06 | 172.55 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 188 | 0 | 0.90 | 0.23 | 0.04 | 315.34 | 0.91 | 0.53 |
| Hex | F4 | 19 | BC | 0 | 5A | 17 | 4 | 13B | 5B | 35 |
| Octal | 364 | 31 | 274 | 0 | 132 | 27 | 4 | 473 | 133 | 65 |
| Binary | 11110100 | 11001 | 10111100 | 0 | 1011010 | 10111 | 100 | 100111011 | 1011011 | 110101 |
Color Harmonies of #F419BC
Complementary color
Monochromatic Colors of #F419BC
Black with #F419BC
Text Example
Text Example
White with #F419BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F419BC; }
p { color: rgb(244,25,188); }
H1.HeaderClassName
{
color: #F419BC;
}
.AnyTagClassName
{
color: #F419BC;
}
</style>
background-color css
<style>
a { background-color: #F419BC; }
a { background-color: rgb(244,25,188); }
div.DivClassName
{
background-color: #F419BC;
}
.BgClassName
{
background-color: #F419BC;
}
</style>
border-color css
<style>
span { border-color: #F419BC; }
span { border-color: rgb(244,25,188); }
td.TdClassName
{
border-color: #F419BC;
}
.TagClassName
{
border-color: #F419BC;
}
</style>