Shades of Shocking Pink #F619BA
Tints of Shocking Pink #F619BA
RGB
CMYK
RGB Variations
Color information
#F619BA (or 0xF619BA) is known color: Shocking Pink. HEX triplet: F6, 19 and BA. RGB value is (246,25,186). Sum of RGB (Red+Green+Blue) = 246+25+186=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F619BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F619BA is #09E645. Grayscale: #6D6D6D. Windows color (decimal): -648774 or 12196342. OLE color: 12196342.
HSL color Cylindrical-coordinate representation of color #F619BA: hue angle of 316.29º 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 #F619BA is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 186 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.04 |
| HSL | 316.29º | 0.92% | 0.53% | - |
| HSV(B) | 316.29º | 0.9% | 0.96% | - |
| XYZ | 47.22 | 23.83 | 48.57 | - |
| YUV | 109.43 | 171.22 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 186 | 0 | 0.90 | 0.24 | 0.04 | 316.29 | 0.92 | 0.53 |
| Hex | F6 | 19 | BA | 0 | 5A | 18 | 4 | 13C | 5C | 35 |
| Octal | 366 | 31 | 272 | 0 | 132 | 30 | 4 | 474 | 134 | 65 |
| Binary | 11110110 | 11001 | 10111010 | 0 | 1011010 | 11000 | 100 | 100111100 | 1011100 | 110101 |
Color Harmonies of #F619BA
Complementary color
Monochromatic Colors of #F619BA
Black with #F619BA
Text Example
Text Example
White with #F619BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F619BA; }
p { color: rgb(246,25,186); }
H1.HeaderClassName
{
color: #F619BA;
}
.AnyTagClassName
{
color: #F619BA;
}
</style>
background-color css
<style>
a { background-color: #F619BA; }
a { background-color: rgb(246,25,186); }
div.DivClassName
{
background-color: #F619BA;
}
.BgClassName
{
background-color: #F619BA;
}
</style>
border-color css
<style>
span { border-color: #F619BA; }
span { border-color: rgb(246,25,186); }
td.TdClassName
{
border-color: #F619BA;
}
.TagClassName
{
border-color: #F619BA;
}
</style>