Shades of Shocking Pink #F719BE
Tints of Shocking Pink #F719BE
RGB
CMYK
RGB Variations
Color information
#F719BE (or 0xF719BE) is known color: Shocking Pink. HEX triplet: F7, 19 and BE. RGB value is (247,25,190). Sum of RGB (Red+Green+Blue) = 247+25+190=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F719BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F719BE is #08E641. Grayscale: #6D6D6D. Windows color (decimal): -583234 or 12458487. OLE color: 12458487.
HSL color Cylindrical-coordinate representation of color #F719BE: hue angle of 315.41º 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 #F719BE is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 190 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.03 |
| HSL | 315.41º | 0.93% | 0.53% | - |
| HSV(B) | 315.41º | 0.9% | 0.97% | - |
| XYZ | 48 | 24.19 | 50.85 | - |
| YUV | 110.19 | 173.05 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 190 | 0 | 0.90 | 0.23 | 0.03 | 315.41 | 0.93 | 0.53 |
| Hex | F7 | 19 | BE | 0 | 5A | 17 | 3 | 13B | 5D | 35 |
| Octal | 367 | 31 | 276 | 0 | 132 | 27 | 3 | 473 | 135 | 65 |
| Binary | 11110111 | 11001 | 10111110 | 0 | 1011010 | 10111 | 11 | 100111011 | 1011101 | 110101 |
Color Harmonies of #F719BE
Complementary color
Monochromatic Colors of #F719BE
Black with #F719BE
Text Example
Text Example
White with #F719BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F719BE; }
p { color: rgb(247,25,190); }
H1.HeaderClassName
{
color: #F719BE;
}
.AnyTagClassName
{
color: #F719BE;
}
</style>
background-color css
<style>
a { background-color: #F719BE; }
a { background-color: rgb(247,25,190); }
div.DivClassName
{
background-color: #F719BE;
}
.BgClassName
{
background-color: #F719BE;
}
</style>
border-color css
<style>
span { border-color: #F719BE; }
span { border-color: rgb(247,25,190); }
td.TdClassName
{
border-color: #F719BE;
}
.TagClassName
{
border-color: #F719BE;
}
</style>