Shades of Shocking Pink #F718D8
Tints of Shocking Pink #F718D8
RGB
CMYK
RGB Variations
Color information
#F718D8 (or 0xF718D8) is known color: Shocking Pink. HEX triplet: F7, 18 and D8. RGB value is (247,24,216). Sum of RGB (Red+Green+Blue) = 247+24+216=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 24 (9.77% from 255 or 4.93% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F718D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718D8 is #08E727. Grayscale: #707070. Windows color (decimal): -583464 or 14162167. OLE color: 14162167.
HSL color Cylindrical-coordinate representation of color #F718D8: hue angle of 308.34º 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 #F718D8 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 216 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.03 |
| HSL | 308.34º | 0.93% | 0.53% | - |
| HSV(B) | 308.34º | 0.9% | 0.97% | - |
| XYZ | 51.08 | 25.39 | 67.17 | - |
| YUV | 112.57 | 186.38 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 216 | 0 | 0.90 | 0.13 | 0.03 | 308.34 | 0.93 | 0.53 |
| Hex | F7 | 18 | D8 | 0 | 5A | D | 3 | 134 | 5D | 35 |
| Octal | 367 | 30 | 330 | 0 | 132 | 15 | 3 | 464 | 135 | 65 |
| Binary | 11110111 | 11000 | 11011000 | 0 | 1011010 | 1101 | 11 | 100110100 | 1011101 | 110101 |
Color Harmonies of #F718D8
Complementary color
Monochromatic Colors of #F718D8
Black with #F718D8
Text Example
Text Example
White with #F718D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F718D8; }
p { color: rgb(247,24,216); }
H1.HeaderClassName
{
color: #F718D8;
}
.AnyTagClassName
{
color: #F718D8;
}
</style>
background-color css
<style>
a { background-color: #F718D8; }
a { background-color: rgb(247,24,216); }
div.DivClassName
{
background-color: #F718D8;
}
.BgClassName
{
background-color: #F718D8;
}
</style>
border-color css
<style>
span { border-color: #F718D8; }
span { border-color: rgb(247,24,216); }
td.TdClassName
{
border-color: #F718D8;
}
.TagClassName
{
border-color: #F718D8;
}
</style>