Shades of Shocking Pink #F718BD
Tints of Shocking Pink #F718BD
RGB
CMYK
RGB Variations
Color information
#F718BD (or 0xF718BD) is known color: Shocking Pink. HEX triplet: F7, 18 and BD. RGB value is (247,24,189). Sum of RGB (Red+Green+Blue) = 247+24+189=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F718BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718BD is #08E742. Grayscale: #6D6D6D. Windows color (decimal): -583491 or 12392695. OLE color: 12392695.
HSL color Cylindrical-coordinate representation of color #F718BD: hue angle of 315.61º 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 #F718BD is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 189 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.03 |
| HSL | 315.61º | 0.93% | 0.53% | - |
| HSV(B) | 315.61º | 0.9% | 0.97% | - |
| XYZ | 47.87 | 24.1 | 50.27 | - |
| YUV | 109.49 | 172.88 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 189 | 0 | 0.90 | 0.23 | 0.03 | 315.61 | 0.93 | 0.53 |
| Hex | F7 | 18 | BD | 0 | 5A | 17 | 3 | 13C | 5D | 35 |
| Octal | 367 | 30 | 275 | 0 | 132 | 27 | 3 | 474 | 135 | 65 |
| Binary | 11110111 | 11000 | 10111101 | 0 | 1011010 | 10111 | 11 | 100111100 | 1011101 | 110101 |
Color Harmonies of #F718BD
Complementary color
Monochromatic Colors of #F718BD
Black with #F718BD
Text Example
Text Example
White with #F718BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F718BD; }
p { color: rgb(247,24,189); }
H1.HeaderClassName
{
color: #F718BD;
}
.AnyTagClassName
{
color: #F718BD;
}
</style>
background-color css
<style>
a { background-color: #F718BD; }
a { background-color: rgb(247,24,189); }
div.DivClassName
{
background-color: #F718BD;
}
.BgClassName
{
background-color: #F718BD;
}
</style>
border-color css
<style>
span { border-color: #F718BD; }
span { border-color: rgb(247,24,189); }
td.TdClassName
{
border-color: #F718BD;
}
.TagClassName
{
border-color: #F718BD;
}
</style>