Shades of Shocking Pink #F619C9
Tints of Shocking Pink #F619C9
RGB
CMYK
RGB Variations
Color information
#F619C9 (or 0xF619C9) is known color: Shocking Pink. HEX triplet: F6, 19 and C9. RGB value is (246,25,201). Sum of RGB (Red+Green+Blue) = 246+25+201=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F619C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F619C9 is #09E636. Grayscale: #6E6E6E. Windows color (decimal): -648759 or 13179382. OLE color: 13179382.
HSL color Cylindrical-coordinate representation of color #F619C9: hue angle of 312.22º 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 #F619C9 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 201 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.04 |
| HSL | 312.22º | 0.92% | 0.53% | - |
| HSV(B) | 312.22º | 0.9% | 0.96% | - |
| XYZ | 48.9 | 24.51 | 57.41 | - |
| YUV | 111.14 | 178.72 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 201 | 0 | 0.90 | 0.18 | 0.04 | 312.22 | 0.92 | 0.53 |
| Hex | F6 | 19 | C9 | 0 | 5A | 12 | 4 | 138 | 5C | 35 |
| Octal | 366 | 31 | 311 | 0 | 132 | 22 | 4 | 470 | 134 | 65 |
| Binary | 11110110 | 11001 | 11001001 | 0 | 1011010 | 10010 | 100 | 100111000 | 1011100 | 110101 |
Color Harmonies of #F619C9
Complementary color
Monochromatic Colors of #F619C9
Black with #F619C9
Text Example
Text Example
White with #F619C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F619C9; }
p { color: rgb(246,25,201); }
H1.HeaderClassName
{
color: #F619C9;
}
.AnyTagClassName
{
color: #F619C9;
}
</style>
background-color css
<style>
a { background-color: #F619C9; }
a { background-color: rgb(246,25,201); }
div.DivClassName
{
background-color: #F619C9;
}
.BgClassName
{
background-color: #F619C9;
}
</style>
border-color css
<style>
span { border-color: #F619C9; }
span { border-color: rgb(246,25,201); }
td.TdClassName
{
border-color: #F619C9;
}
.TagClassName
{
border-color: #F619C9;
}
</style>