Shades of Shocking Pink #F619C2
Tints of Shocking Pink #F619C2
RGB
CMYK
RGB Variations
Color information
#F619C2 (or 0xF619C2) is known color: Shocking Pink. HEX triplet: F6, 19 and C2. RGB value is (246,25,194). Sum of RGB (Red+Green+Blue) = 246+25+194=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F619C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F619C2 is #09E63D. Grayscale: #6D6D6D. Windows color (decimal): -648766 or 12720630. OLE color: 12720630.
HSL color Cylindrical-coordinate representation of color #F619C2: hue angle of 314.12º 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 #F619C2 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 194 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.04 |
| HSL | 314.12º | 0.92% | 0.53% | - |
| HSV(B) | 314.12º | 0.9% | 0.96% | - |
| XYZ | 48.09 | 24.18 | 53.17 | - |
| YUV | 110.35 | 175.22 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 194 | 0 | 0.90 | 0.21 | 0.04 | 314.12 | 0.92 | 0.53 |
| Hex | F6 | 19 | C2 | 0 | 5A | 15 | 4 | 13A | 5C | 35 |
| Octal | 366 | 31 | 302 | 0 | 132 | 25 | 4 | 472 | 134 | 65 |
| Binary | 11110110 | 11001 | 11000010 | 0 | 1011010 | 10101 | 100 | 100111010 | 1011100 | 110101 |
Color Harmonies of #F619C2
Complementary color
Monochromatic Colors of #F619C2
Black with #F619C2
Text Example
Text Example
White with #F619C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F619C2; }
p { color: rgb(246,25,194); }
H1.HeaderClassName
{
color: #F619C2;
}
.AnyTagClassName
{
color: #F619C2;
}
</style>
background-color css
<style>
a { background-color: #F619C2; }
a { background-color: rgb(246,25,194); }
div.DivClassName
{
background-color: #F619C2;
}
.BgClassName
{
background-color: #F619C2;
}
</style>
border-color css
<style>
span { border-color: #F619C2; }
span { border-color: rgb(246,25,194); }
td.TdClassName
{
border-color: #F619C2;
}
.TagClassName
{
border-color: #F619C2;
}
</style>