Shades of Shocking Pink #F718C5
Tints of Shocking Pink #F718C5
RGB
CMYK
RGB Variations
Color information
#F718C5 (or 0xF718C5) is known color: Shocking Pink. HEX triplet: F7, 18 and C5. RGB value is (247,24,197). Sum of RGB (Red+Green+Blue) = 247+24+197=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 24 (9.77% from 255 or 5.13% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F718C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718C5 is #08E73A. Grayscale: #6D6D6D. Windows color (decimal): -583483 or 12916983. OLE color: 12916983.
HSL color Cylindrical-coordinate representation of color #F718C5: hue angle of 313.45º 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 #F718C5 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 197 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.03 |
| HSL | 313.45º | 0.93% | 0.53% | - |
| HSV(B) | 313.45º | 0.9% | 0.97% | - |
| XYZ | 48.76 | 24.46 | 54.97 | - |
| YUV | 110.4 | 176.88 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 197 | 0 | 0.90 | 0.20 | 0.03 | 313.45 | 0.93 | 0.53 |
| Hex | F7 | 18 | C5 | 0 | 5A | 14 | 3 | 139 | 5D | 35 |
| Octal | 367 | 30 | 305 | 0 | 132 | 24 | 3 | 471 | 135 | 65 |
| Binary | 11110111 | 11000 | 11000101 | 0 | 1011010 | 10100 | 11 | 100111001 | 1011101 | 110101 |
Color Harmonies of #F718C5
Complementary color
Monochromatic Colors of #F718C5
Black with #F718C5
Text Example
Text Example
White with #F718C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F718C5; }
p { color: rgb(247,24,197); }
H1.HeaderClassName
{
color: #F718C5;
}
.AnyTagClassName
{
color: #F718C5;
}
</style>
background-color css
<style>
a { background-color: #F718C5; }
a { background-color: rgb(247,24,197); }
div.DivClassName
{
background-color: #F718C5;
}
.BgClassName
{
background-color: #F718C5;
}
</style>
border-color css
<style>
span { border-color: #F718C5; }
span { border-color: rgb(247,24,197); }
td.TdClassName
{
border-color: #F718C5;
}
.TagClassName
{
border-color: #F718C5;
}
</style>