Shades of Shocking Pink #F718D1
Tints of Shocking Pink #F718D1
RGB
CMYK
RGB Variations
Color information
#F718D1 (or 0xF718D1) is known color: Shocking Pink. HEX triplet: F7, 18 and D1. RGB value is (247,24,209). Sum of RGB (Red+Green+Blue) = 247+24+209=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 24 (9.77% from 255 or 5% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F718D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718D1 is #08E72E. Grayscale: #6F6F6F. Windows color (decimal): -583471 or 13703415. OLE color: 13703415.
HSL color Cylindrical-coordinate representation of color #F718D1: hue angle of 310.22º 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 #F718D1 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 209 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.03 |
| HSL | 310.22º | 0.93% | 0.53% | - |
| HSV(B) | 310.22º | 0.9% | 0.97% | - |
| XYZ | 50.19 | 25.03 | 62.51 | - |
| YUV | 111.77 | 182.88 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 209 | 0 | 0.90 | 0.15 | 0.03 | 310.22 | 0.93 | 0.53 |
| Hex | F7 | 18 | D1 | 0 | 5A | F | 3 | 136 | 5D | 35 |
| Octal | 367 | 30 | 321 | 0 | 132 | 17 | 3 | 466 | 135 | 65 |
| Binary | 11110111 | 11000 | 11010001 | 0 | 1011010 | 1111 | 11 | 100110110 | 1011101 | 110101 |
Color Harmonies of #F718D1
Complementary color
Monochromatic Colors of #F718D1
Black with #F718D1
Text Example
Text Example
White with #F718D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F718D1; }
p { color: rgb(247,24,209); }
H1.HeaderClassName
{
color: #F718D1;
}
.AnyTagClassName
{
color: #F718D1;
}
</style>
background-color css
<style>
a { background-color: #F718D1; }
a { background-color: rgb(247,24,209); }
div.DivClassName
{
background-color: #F718D1;
}
.BgClassName
{
background-color: #F718D1;
}
</style>
border-color css
<style>
span { border-color: #F718D1; }
span { border-color: rgb(247,24,209); }
td.TdClassName
{
border-color: #F718D1;
}
.TagClassName
{
border-color: #F718D1;
}
</style>