Shades of Shocking Pink #F619DA
Tints of Shocking Pink #F619DA
RGB
CMYK
RGB Variations
Color information
#F619DA (or 0xF619DA) is known color: Shocking Pink. HEX triplet: F6, 19 and DA. RGB value is (246,25,218). Sum of RGB (Red+Green+Blue) = 246+25+218=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 25 (10.16% from 255 or 5.11% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F619DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F619DA is #09E625. Grayscale: #707070. Windows color (decimal): -648742 or 14293494. OLE color: 14293494.
HSL color Cylindrical-coordinate representation of color #F619DA: hue angle of 307.6º 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 #F619DA is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 218 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.04 |
| HSL | 307.6º | 0.92% | 0.53% | - |
| HSV(B) | 307.6º | 0.9% | 0.96% | - |
| XYZ | 51.01 | 25.35 | 68.53 | - |
| YUV | 113.08 | 187.22 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 218 | 0 | 0.90 | 0.11 | 0.04 | 307.6 | 0.92 | 0.53 |
| Hex | F6 | 19 | DA | 0 | 5A | B | 4 | 134 | 5C | 35 |
| Octal | 366 | 31 | 332 | 0 | 132 | 13 | 4 | 464 | 134 | 65 |
| Binary | 11110110 | 11001 | 11011010 | 0 | 1011010 | 1011 | 100 | 100110100 | 1011100 | 110101 |
Color Harmonies of #F619DA
Complementary color
Monochromatic Colors of #F619DA
Black with #F619DA
Text Example
Text Example
White with #F619DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F619DA; }
p { color: rgb(246,25,218); }
H1.HeaderClassName
{
color: #F619DA;
}
.AnyTagClassName
{
color: #F619DA;
}
</style>
background-color css
<style>
a { background-color: #F619DA; }
a { background-color: rgb(246,25,218); }
div.DivClassName
{
background-color: #F619DA;
}
.BgClassName
{
background-color: #F619DA;
}
</style>
border-color css
<style>
span { border-color: #F619DA; }
span { border-color: rgb(246,25,218); }
td.TdClassName
{
border-color: #F619DA;
}
.TagClassName
{
border-color: #F619DA;
}
</style>