Shades of Shocking Pink #F619B9
Tints of Shocking Pink #F619B9
RGB
CMYK
RGB Variations
Color information
#F619B9 (or 0xF619B9) is known color: Shocking Pink. HEX triplet: F6, 19 and B9. RGB value is (246,25,185). Sum of RGB (Red+Green+Blue) = 246+25+185=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F619B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F619B9 is #09E646. Grayscale: #6C6C6C. Windows color (decimal): -648775 or 12130806. OLE color: 12130806.
HSL color Cylindrical-coordinate representation of color #F619B9: hue angle of 316.56º degrees, saturation: 0.92, 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 #F619B9 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 185 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.04 |
| HSL | 316.56º | 0.92% | 0.53% | - |
| HSV(B) | 316.56º | 0.9% | 0.96% | - |
| XYZ | 47.11 | 23.79 | 48.01 | - |
| YUV | 109.32 | 170.72 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 185 | 0 | 0.90 | 0.25 | 0.04 | 316.56 | 0.92 | 0.53 |
| Hex | F6 | 19 | B9 | 0 | 5A | 19 | 4 | 13D | 5C | 35 |
| Octal | 366 | 31 | 271 | 0 | 132 | 31 | 4 | 475 | 134 | 65 |
| Binary | 11110110 | 11001 | 10111001 | 0 | 1011010 | 11001 | 100 | 100111101 | 1011100 | 110101 |
Color Harmonies of #F619B9
Complementary color
Monochromatic Colors of #F619B9
Black with #F619B9
Text Example
Text Example
White with #F619B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F619B9; }
p { color: rgb(246,25,185); }
H1.HeaderClassName
{
color: #F619B9;
}
.AnyTagClassName
{
color: #F619B9;
}
</style>
background-color css
<style>
a { background-color: #F619B9; }
a { background-color: rgb(246,25,185); }
div.DivClassName
{
background-color: #F619B9;
}
.BgClassName
{
background-color: #F619B9;
}
</style>
border-color css
<style>
span { border-color: #F619B9; }
span { border-color: rgb(246,25,185); }
td.TdClassName
{
border-color: #F619B9;
}
.TagClassName
{
border-color: #F619B9;
}
</style>