Shades of Shocking Pink #F619D4
Tints of Shocking Pink #F619D4
RGB
CMYK
RGB Variations
Color information
#F619D4 (or 0xF619D4) is known color: Shocking Pink. HEX triplet: F6, 19 and D4. RGB value is (246,25,212). Sum of RGB (Red+Green+Blue) = 246+25+212=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 25 (10.16% from 255 or 5.18% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F619D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F619D4 is #09E62B. Grayscale: #6F6F6F. Windows color (decimal): -648748 or 13900278. OLE color: 13900278.
HSL color Cylindrical-coordinate representation of color #F619D4: hue angle of 309.23º 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 #F619D4 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 212 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.04 |
| HSL | 309.23º | 0.92% | 0.53% | - |
| HSV(B) | 309.23º | 0.9% | 0.96% | - |
| XYZ | 50.24 | 25.04 | 64.47 | - |
| YUV | 112.4 | 184.22 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 212 | 0 | 0.90 | 0.14 | 0.04 | 309.23 | 0.92 | 0.53 |
| Hex | F6 | 19 | D4 | 0 | 5A | E | 4 | 135 | 5C | 35 |
| Octal | 366 | 31 | 324 | 0 | 132 | 16 | 4 | 465 | 134 | 65 |
| Binary | 11110110 | 11001 | 11010100 | 0 | 1011010 | 1110 | 100 | 100110101 | 1011100 | 110101 |
Color Harmonies of #F619D4
Complementary color
Monochromatic Colors of #F619D4
Black with #F619D4
Text Example
Text Example
White with #F619D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F619D4; }
p { color: rgb(246,25,212); }
H1.HeaderClassName
{
color: #F619D4;
}
.AnyTagClassName
{
color: #F619D4;
}
</style>
background-color css
<style>
a { background-color: #F619D4; }
a { background-color: rgb(246,25,212); }
div.DivClassName
{
background-color: #F619D4;
}
.BgClassName
{
background-color: #F619D4;
}
</style>
border-color css
<style>
span { border-color: #F619D4; }
span { border-color: rgb(246,25,212); }
td.TdClassName
{
border-color: #F619D4;
}
.TagClassName
{
border-color: #F619D4;
}
</style>