Shades of Shocking Pink #F718D9
Tints of Shocking Pink #F718D9
RGB
CMYK
RGB Variations
Color information
#F718D9 (or 0xF718D9) is known color: Shocking Pink. HEX triplet: F7, 18 and D9. RGB value is (247,24,217). Sum of RGB (Red+Green+Blue) = 247+24+217=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F718D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718D9 is #08E726. Grayscale: #707070. Windows color (decimal): -583463 or 14227703. OLE color: 14227703.
HSL color Cylindrical-coordinate representation of color #F718D9: hue angle of 308.07º 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 #F718D9 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 217 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.03 |
| HSL | 308.07º | 0.93% | 0.53% | - |
| HSV(B) | 308.07º | 0.9% | 0.97% | - |
| XYZ | 51.21 | 25.44 | 67.86 | - |
| YUV | 112.68 | 186.88 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 217 | 0 | 0.90 | 0.12 | 0.03 | 308.07 | 0.93 | 0.53 |
| Hex | F7 | 18 | D9 | 0 | 5A | C | 3 | 134 | 5D | 35 |
| Octal | 367 | 30 | 331 | 0 | 132 | 14 | 3 | 464 | 135 | 65 |
| Binary | 11110111 | 11000 | 11011001 | 0 | 1011010 | 1100 | 11 | 100110100 | 1011101 | 110101 |
Color Harmonies of #F718D9
Complementary color
Monochromatic Colors of #F718D9
Black with #F718D9
Text Example
Text Example
White with #F718D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F718D9; }
p { color: rgb(247,24,217); }
H1.HeaderClassName
{
color: #F718D9;
}
.AnyTagClassName
{
color: #F718D9;
}
</style>
background-color css
<style>
a { background-color: #F718D9; }
a { background-color: rgb(247,24,217); }
div.DivClassName
{
background-color: #F718D9;
}
.BgClassName
{
background-color: #F718D9;
}
</style>
border-color css
<style>
span { border-color: #F718D9; }
span { border-color: rgb(247,24,217); }
td.TdClassName
{
border-color: #F718D9;
}
.TagClassName
{
border-color: #F718D9;
}
</style>