Shades of Shocking Pink #F718C4
Tints of Shocking Pink #F718C4
RGB
CMYK
RGB Variations
Color information
#F718C4 (or 0xF718C4) is known color: Shocking Pink. HEX triplet: F7, 18 and C4. RGB value is (247,24,196). Sum of RGB (Red+Green+Blue) = 247+24+196=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F718C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718C4 is #08E73B. Grayscale: #6D6D6D. Windows color (decimal): -583484 or 12851447. OLE color: 12851447.
HSL color Cylindrical-coordinate representation of color #F718C4: hue angle of 313.72º 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 #F718C4 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 196 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.03 |
| HSL | 313.72º | 0.93% | 0.53% | - |
| HSV(B) | 313.72º | 0.9% | 0.97% | - |
| XYZ | 48.65 | 24.41 | 54.37 | - |
| YUV | 110.29 | 176.38 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 196 | 0 | 0.90 | 0.21 | 0.03 | 313.72 | 0.93 | 0.53 |
| Hex | F7 | 18 | C4 | 0 | 5A | 15 | 3 | 13A | 5D | 35 |
| Octal | 367 | 30 | 304 | 0 | 132 | 25 | 3 | 472 | 135 | 65 |
| Binary | 11110111 | 11000 | 11000100 | 0 | 1011010 | 10101 | 11 | 100111010 | 1011101 | 110101 |
Color Harmonies of #F718C4
Complementary color
Monochromatic Colors of #F718C4
Black with #F718C4
Text Example
Text Example
White with #F718C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F718C4; }
p { color: rgb(247,24,196); }
H1.HeaderClassName
{
color: #F718C4;
}
.AnyTagClassName
{
color: #F718C4;
}
</style>
background-color css
<style>
a { background-color: #F718C4; }
a { background-color: rgb(247,24,196); }
div.DivClassName
{
background-color: #F718C4;
}
.BgClassName
{
background-color: #F718C4;
}
</style>
border-color css
<style>
span { border-color: #F718C4; }
span { border-color: rgb(247,24,196); }
td.TdClassName
{
border-color: #F718C4;
}
.TagClassName
{
border-color: #F718C4;
}
</style>