Shades of Shocking Pink #F718D4
Tints of Shocking Pink #F718D4
RGB
CMYK
RGB Variations
Color information
#F718D4 (or 0xF718D4) is known color: Shocking Pink. HEX triplet: F7, 18 and D4. RGB value is (247,24,212). Sum of RGB (Red+Green+Blue) = 247+24+212=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 24 (9.77% from 255 or 4.97% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F718D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718D4 is #08E72B. Grayscale: #6F6F6F. Windows color (decimal): -583468 or 13900023. OLE color: 13900023.
HSL color Cylindrical-coordinate representation of color #F718D4: hue angle of 309.42º 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 #F718D4 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 212 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.03 |
| HSL | 309.42º | 0.93% | 0.53% | - |
| HSV(B) | 309.42º | 0.9% | 0.97% | - |
| XYZ | 50.57 | 25.18 | 64.48 | - |
| YUV | 112.11 | 184.38 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 212 | 0 | 0.90 | 0.14 | 0.03 | 309.42 | 0.93 | 0.53 |
| Hex | F7 | 18 | D4 | 0 | 5A | E | 3 | 135 | 5D | 35 |
| Octal | 367 | 30 | 324 | 0 | 132 | 16 | 3 | 465 | 135 | 65 |
| Binary | 11110111 | 11000 | 11010100 | 0 | 1011010 | 1110 | 11 | 100110101 | 1011101 | 110101 |
Color Harmonies of #F718D4
Complementary color
Monochromatic Colors of #F718D4
Black with #F718D4
Text Example
Text Example
White with #F718D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F718D4; }
p { color: rgb(247,24,212); }
H1.HeaderClassName
{
color: #F718D4;
}
.AnyTagClassName
{
color: #F718D4;
}
</style>
background-color css
<style>
a { background-color: #F718D4; }
a { background-color: rgb(247,24,212); }
div.DivClassName
{
background-color: #F718D4;
}
.BgClassName
{
background-color: #F718D4;
}
</style>
border-color css
<style>
span { border-color: #F718D4; }
span { border-color: rgb(247,24,212); }
td.TdClassName
{
border-color: #F718D4;
}
.TagClassName
{
border-color: #F718D4;
}
</style>