Shades of Shocking Pink #F719CE
Tints of Shocking Pink #F719CE
RGB
CMYK
RGB Variations
Color information
#F719CE (or 0xF719CE) is known color: Shocking Pink. HEX triplet: F7, 19 and CE. RGB value is (247,25,206). Sum of RGB (Red+Green+Blue) = 247+25+206=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 25 (10.16% from 255 or 5.23% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F719CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F719CE is #08E631. Grayscale: #6F6F6F. Windows color (decimal): -583218 or 13507063. OLE color: 13507063.
HSL color Cylindrical-coordinate representation of color #F719CE: hue angle of 311.08º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F719CE is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 206 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.03 |
| HSL | 311.08º | 0.93% | 0.53% | - |
| HSV(B) | 311.08º | 0.9% | 0.97% | - |
| XYZ | 49.85 | 24.93 | 60.58 | - |
| YUV | 112.01 | 181.05 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 206 | 0 | 0.90 | 0.17 | 0.03 | 311.08 | 0.93 | 0.53 |
| Hex | F7 | 19 | CE | 0 | 5A | 11 | 3 | 137 | 5D | 35 |
| Octal | 367 | 31 | 316 | 0 | 132 | 21 | 3 | 467 | 135 | 65 |
| Binary | 11110111 | 11001 | 11001110 | 0 | 1011010 | 10001 | 11 | 100110111 | 1011101 | 110101 |
Color Harmonies of #F719CE
Complementary color
Monochromatic Colors of #F719CE
Black with #F719CE
Text Example
Text Example
White with #F719CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F719CE; }
p { color: rgb(247,25,206); }
H1.HeaderClassName
{
color: #F719CE;
}
.AnyTagClassName
{
color: #F719CE;
}
</style>
background-color css
<style>
a { background-color: #F719CE; }
a { background-color: rgb(247,25,206); }
div.DivClassName
{
background-color: #F719CE;
}
.BgClassName
{
background-color: #F719CE;
}
</style>
border-color css
<style>
span { border-color: #F719CE; }
span { border-color: rgb(247,25,206); }
td.TdClassName
{
border-color: #F719CE;
}
.TagClassName
{
border-color: #F719CE;
}
</style>