Shades of Shocking Pink #F718C6
Tints of Shocking Pink #F718C6
RGB
CMYK
RGB Variations
Color information
#F718C6 (or 0xF718C6) is known color: Shocking Pink. HEX triplet: F7, 18 and C6. RGB value is (247,24,198). Sum of RGB (Red+Green+Blue) = 247+24+198=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F718C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718C6 is #08E739. Grayscale: #6E6E6E. Windows color (decimal): -583482 or 12982519. OLE color: 12982519.
HSL color Cylindrical-coordinate representation of color #F718C6: hue angle of 313.18º 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 #F718C6 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 198 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.03 |
| HSL | 313.18º | 0.93% | 0.53% | - |
| HSV(B) | 313.18º | 0.9% | 0.97% | - |
| XYZ | 48.88 | 24.5 | 55.58 | - |
| YUV | 110.51 | 177.38 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 198 | 0 | 0.90 | 0.20 | 0.03 | 313.18 | 0.93 | 0.53 |
| Hex | F7 | 18 | C6 | 0 | 5A | 14 | 3 | 139 | 5D | 35 |
| Octal | 367 | 30 | 306 | 0 | 132 | 24 | 3 | 471 | 135 | 65 |
| Binary | 11110111 | 11000 | 11000110 | 0 | 1011010 | 10100 | 11 | 100111001 | 1011101 | 110101 |
Color Harmonies of #F718C6
Complementary color
Monochromatic Colors of #F718C6
Black with #F718C6
Text Example
Text Example
White with #F718C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F718C6; }
p { color: rgb(247,24,198); }
H1.HeaderClassName
{
color: #F718C6;
}
.AnyTagClassName
{
color: #F718C6;
}
</style>
background-color css
<style>
a { background-color: #F718C6; }
a { background-color: rgb(247,24,198); }
div.DivClassName
{
background-color: #F718C6;
}
.BgClassName
{
background-color: #F718C6;
}
</style>
border-color css
<style>
span { border-color: #F718C6; }
span { border-color: rgb(247,24,198); }
td.TdClassName
{
border-color: #F718C6;
}
.TagClassName
{
border-color: #F718C6;
}
</style>