Shades of Shocking Pink #F719DA
Tints of Shocking Pink #F719DA
RGB
CMYK
RGB Variations
Color information
#F719DA (or 0xF719DA) is known color: Shocking Pink. HEX triplet: F7, 19 and DA. RGB value is (247,25,218). Sum of RGB (Red+Green+Blue) = 247+25+218=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 25 (10.16% from 255 or 5.10% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F719DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F719DA is #08E625. Grayscale: #707070. Windows color (decimal): -583206 or 14293495. OLE color: 14293495.
HSL color Cylindrical-coordinate representation of color #F719DA: hue angle of 307.84º 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 #F719DA is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 218 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.03 |
| HSL | 307.84º | 0.93% | 0.53% | - |
| HSV(B) | 307.84º | 0.9% | 0.97% | - |
| XYZ | 51.36 | 25.53 | 68.55 | - |
| YUV | 113.38 | 187.05 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 218 | 0 | 0.90 | 0.12 | 0.03 | 307.84 | 0.93 | 0.53 |
| Hex | F7 | 19 | DA | 0 | 5A | C | 3 | 134 | 5D | 35 |
| Octal | 367 | 31 | 332 | 0 | 132 | 14 | 3 | 464 | 135 | 65 |
| Binary | 11110111 | 11001 | 11011010 | 0 | 1011010 | 1100 | 11 | 100110100 | 1011101 | 110101 |
Color Harmonies of #F719DA
Complementary color
Monochromatic Colors of #F719DA
Black with #F719DA
Text Example
Text Example
White with #F719DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F719DA; }
p { color: rgb(247,25,218); }
H1.HeaderClassName
{
color: #F719DA;
}
.AnyTagClassName
{
color: #F719DA;
}
</style>
background-color css
<style>
a { background-color: #F719DA; }
a { background-color: rgb(247,25,218); }
div.DivClassName
{
background-color: #F719DA;
}
.BgClassName
{
background-color: #F719DA;
}
</style>
border-color css
<style>
span { border-color: #F719DA; }
span { border-color: rgb(247,25,218); }
td.TdClassName
{
border-color: #F719DA;
}
.TagClassName
{
border-color: #F719DA;
}
</style>