Shades of Shocking Pink #F718BB
Tints of Shocking Pink #F718BB
RGB
CMYK
RGB Variations
Color information
#F718BB (or 0xF718BB) is known color: Shocking Pink. HEX triplet: F7, 18 and BB. RGB value is (247,24,187). Sum of RGB (Red+Green+Blue) = 247+24+187=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 24 (9.77% from 255 or 5.24% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F718BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718BB is #08E744. Grayscale: #6C6C6C. Windows color (decimal): -583493 or 12261623. OLE color: 12261623.
HSL color Cylindrical-coordinate representation of color #F718BB: hue angle of 316.14º 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 #F718BB is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 187 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.03 |
| HSL | 316.14º | 0.93% | 0.53% | - |
| HSV(B) | 316.14º | 0.9% | 0.97% | - |
| XYZ | 47.65 | 24.02 | 49.14 | - |
| YUV | 109.26 | 171.88 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 187 | 0 | 0.90 | 0.24 | 0.03 | 316.14 | 0.93 | 0.53 |
| Hex | F7 | 18 | BB | 0 | 5A | 18 | 3 | 13C | 5D | 35 |
| Octal | 367 | 30 | 273 | 0 | 132 | 30 | 3 | 474 | 135 | 65 |
| Binary | 11110111 | 11000 | 10111011 | 0 | 1011010 | 11000 | 11 | 100111100 | 1011101 | 110101 |
Color Harmonies of #F718BB
Complementary color
Monochromatic Colors of #F718BB
Black with #F718BB
Text Example
Text Example
White with #F718BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F718BB; }
p { color: rgb(247,24,187); }
H1.HeaderClassName
{
color: #F718BB;
}
.AnyTagClassName
{
color: #F718BB;
}
</style>
background-color css
<style>
a { background-color: #F718BB; }
a { background-color: rgb(247,24,187); }
div.DivClassName
{
background-color: #F718BB;
}
.BgClassName
{
background-color: #F718BB;
}
</style>
border-color css
<style>
span { border-color: #F718BB; }
span { border-color: rgb(247,24,187); }
td.TdClassName
{
border-color: #F718BB;
}
.TagClassName
{
border-color: #F718BB;
}
</style>