Shades of Shocking Pink #F619CE
Tints of Shocking Pink #F619CE
RGB
CMYK
RGB Variations
Color information
#F619CE (or 0xF619CE) is known color: Shocking Pink. HEX triplet: F6, 19 and CE. RGB value is (246,25,206). Sum of RGB (Red+Green+Blue) = 246+25+206=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 25 (10.16% from 255 or 5.24% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F619CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F619CE is #09E631. Grayscale: #6F6F6F. Windows color (decimal): -648754 or 13507062. OLE color: 13507062.
HSL color Cylindrical-coordinate representation of color #F619CE: hue angle of 310.86º 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 #F619CE is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 206 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.04 |
| HSL | 310.86º | 0.92% | 0.53% | - |
| HSV(B) | 310.86º | 0.9% | 0.96% | - |
| XYZ | 49.49 | 24.74 | 60.56 | - |
| YUV | 111.71 | 181.22 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 206 | 0 | 0.90 | 0.16 | 0.04 | 310.86 | 0.92 | 0.53 |
| Hex | F6 | 19 | CE | 0 | 5A | 10 | 4 | 137 | 5C | 35 |
| Octal | 366 | 31 | 316 | 0 | 132 | 20 | 4 | 467 | 134 | 65 |
| Binary | 11110110 | 11001 | 11001110 | 0 | 1011010 | 10000 | 100 | 100110111 | 1011100 | 110101 |
Color Harmonies of #F619CE
Complementary color
Monochromatic Colors of #F619CE
Black with #F619CE
Text Example
Text Example
White with #F619CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F619CE; }
p { color: rgb(246,25,206); }
H1.HeaderClassName
{
color: #F619CE;
}
.AnyTagClassName
{
color: #F619CE;
}
</style>
background-color css
<style>
a { background-color: #F619CE; }
a { background-color: rgb(246,25,206); }
div.DivClassName
{
background-color: #F619CE;
}
.BgClassName
{
background-color: #F619CE;
}
</style>
border-color css
<style>
span { border-color: #F619CE; }
span { border-color: rgb(246,25,206); }
td.TdClassName
{
border-color: #F619CE;
}
.TagClassName
{
border-color: #F619CE;
}
</style>