Shades of Shocking Pink #F718CC
Tints of Shocking Pink #F718CC
RGB
CMYK
RGB Variations
Color information
#F718CC (or 0xF718CC) is known color: Shocking Pink. HEX triplet: F7, 18 and CC. RGB value is (247,24,204). Sum of RGB (Red+Green+Blue) = 247+24+204=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F718CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718CC is #08E733. Grayscale: #6E6E6E. Windows color (decimal): -583476 or 13375735. OLE color: 13375735.
HSL color Cylindrical-coordinate representation of color #F718CC: hue angle of 311.57º 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 #F718CC is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 204 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.03 |
| HSL | 311.57º | 0.93% | 0.53% | - |
| HSV(B) | 311.57º | 0.9% | 0.97% | - |
| XYZ | 49.58 | 24.79 | 59.3 | - |
| YUV | 111.2 | 180.38 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 204 | 0 | 0.90 | 0.17 | 0.03 | 311.57 | 0.93 | 0.53 |
| Hex | F7 | 18 | CC | 0 | 5A | 11 | 3 | 138 | 5D | 35 |
| Octal | 367 | 30 | 314 | 0 | 132 | 21 | 3 | 470 | 135 | 65 |
| Binary | 11110111 | 11000 | 11001100 | 0 | 1011010 | 10001 | 11 | 100111000 | 1011101 | 110101 |
Color Harmonies of #F718CC
Complementary color
Monochromatic Colors of #F718CC
Black with #F718CC
Text Example
Text Example
White with #F718CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F718CC; }
p { color: rgb(247,24,204); }
H1.HeaderClassName
{
color: #F718CC;
}
.AnyTagClassName
{
color: #F718CC;
}
</style>
background-color css
<style>
a { background-color: #F718CC; }
a { background-color: rgb(247,24,204); }
div.DivClassName
{
background-color: #F718CC;
}
.BgClassName
{
background-color: #F718CC;
}
</style>
border-color css
<style>
span { border-color: #F718CC; }
span { border-color: rgb(247,24,204); }
td.TdClassName
{
border-color: #F718CC;
}
.TagClassName
{
border-color: #F718CC;
}
</style>