Shades of Shocking Pink #F719CB
Tints of Shocking Pink #F719CB
RGB
CMYK
RGB Variations
Color information
#F719CB (or 0xF719CB) is known color: Shocking Pink. HEX triplet: F7, 19 and CB. RGB value is (247,25,203). Sum of RGB (Red+Green+Blue) = 247+25+203=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 25 (10.16% from 255 or 5.26% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F719CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F719CB is #08E634. Grayscale: #6F6F6F. Windows color (decimal): -583221 or 13310455. OLE color: 13310455.
HSL color Cylindrical-coordinate representation of color #F719CB: hue angle of 311.89º 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 #F719CB is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 203 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.03 |
| HSL | 311.89º | 0.93% | 0.53% | - |
| HSV(B) | 311.89º | 0.9% | 0.97% | - |
| XYZ | 49.48 | 24.78 | 58.68 | - |
| YUV | 111.67 | 179.55 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 203 | 0 | 0.90 | 0.18 | 0.03 | 311.89 | 0.93 | 0.53 |
| Hex | F7 | 19 | CB | 0 | 5A | 12 | 3 | 138 | 5D | 35 |
| Octal | 367 | 31 | 313 | 0 | 132 | 22 | 3 | 470 | 135 | 65 |
| Binary | 11110111 | 11001 | 11001011 | 0 | 1011010 | 10010 | 11 | 100111000 | 1011101 | 110101 |
Color Harmonies of #F719CB
Complementary color
Monochromatic Colors of #F719CB
Black with #F719CB
Text Example
Text Example
White with #F719CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F719CB; }
p { color: rgb(247,25,203); }
H1.HeaderClassName
{
color: #F719CB;
}
.AnyTagClassName
{
color: #F719CB;
}
</style>
background-color css
<style>
a { background-color: #F719CB; }
a { background-color: rgb(247,25,203); }
div.DivClassName
{
background-color: #F719CB;
}
.BgClassName
{
background-color: #F719CB;
}
</style>
border-color css
<style>
span { border-color: #F719CB; }
span { border-color: rgb(247,25,203); }
td.TdClassName
{
border-color: #F719CB;
}
.TagClassName
{
border-color: #F719CB;
}
</style>