Shades of Shocking Pink #F619D0
Tints of Shocking Pink #F619D0
RGB
CMYK
RGB Variations
Color information
#F619D0 (or 0xF619D0) is known color: Shocking Pink. HEX triplet: F6, 19 and D0. RGB value is (246,25,208). Sum of RGB (Red+Green+Blue) = 246+25+208=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 25 (10.16% from 255 or 5.22% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F619D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F619D0 is #09E62F. Grayscale: #6F6F6F. Windows color (decimal): -648752 or 13638134. OLE color: 13638134.
HSL color Cylindrical-coordinate representation of color #F619D0: hue angle of 310.32º 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 #F619D0 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 208 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.04 |
| HSL | 310.32º | 0.92% | 0.53% | - |
| HSV(B) | 310.32º | 0.9% | 0.96% | - |
| XYZ | 49.74 | 24.84 | 61.85 | - |
| YUV | 111.94 | 182.22 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 208 | 0 | 0.90 | 0.15 | 0.04 | 310.32 | 0.92 | 0.53 |
| Hex | F6 | 19 | D0 | 0 | 5A | F | 4 | 136 | 5C | 35 |
| Octal | 366 | 31 | 320 | 0 | 132 | 17 | 4 | 466 | 134 | 65 |
| Binary | 11110110 | 11001 | 11010000 | 0 | 1011010 | 1111 | 100 | 100110110 | 1011100 | 110101 |
Color Harmonies of #F619D0
Complementary color
Monochromatic Colors of #F619D0
Black with #F619D0
Text Example
Text Example
White with #F619D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F619D0; }
p { color: rgb(246,25,208); }
H1.HeaderClassName
{
color: #F619D0;
}
.AnyTagClassName
{
color: #F619D0;
}
</style>
background-color css
<style>
a { background-color: #F619D0; }
a { background-color: rgb(246,25,208); }
div.DivClassName
{
background-color: #F619D0;
}
.BgClassName
{
background-color: #F619D0;
}
</style>
border-color css
<style>
span { border-color: #F619D0; }
span { border-color: rgb(246,25,208); }
td.TdClassName
{
border-color: #F619D0;
}
.TagClassName
{
border-color: #F619D0;
}
</style>