Shades of Shocking Pink #F717BA
Tints of Shocking Pink #F717BA
RGB
CMYK
RGB Variations
Color information
#F717BA (or 0xF717BA) is known color: Shocking Pink. HEX triplet: F7, 17 and BA. RGB value is (247,23,186). Sum of RGB (Red+Green+Blue) = 247+23+186=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 23 (9.38% from 255 or 5.04% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F717BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F717BA is #08E845. Grayscale: #6C6C6C. Windows color (decimal): -583750 or 12195831. OLE color: 12195831.
HSL color Cylindrical-coordinate representation of color #F717BA: hue angle of 316.34º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F717BA is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 186 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.03 |
| HSL | 316.34º | 0.93% | 0.53% | - |
| HSV(B) | 316.34º | 0.91% | 0.97% | - |
| XYZ | 47.53 | 23.93 | 48.57 | - |
| YUV | 108.56 | 171.71 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 186 | 0 | 0.91 | 0.25 | 0.03 | 316.34 | 0.93 | 0.53 |
| Hex | F7 | 17 | BA | 0 | 5B | 19 | 3 | 13C | 5D | 35 |
| Octal | 367 | 27 | 272 | 0 | 133 | 31 | 3 | 474 | 135 | 65 |
| Binary | 11110111 | 10111 | 10111010 | 0 | 1011011 | 11001 | 11 | 100111100 | 1011101 | 110101 |
Color Harmonies of #F717BA
Complementary color
Monochromatic Colors of #F717BA
Black with #F717BA
Text Example
Text Example
White with #F717BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F717BA; }
p { color: rgb(247,23,186); }
H1.HeaderClassName
{
color: #F717BA;
}
.AnyTagClassName
{
color: #F717BA;
}
</style>
background-color css
<style>
a { background-color: #F717BA; }
a { background-color: rgb(247,23,186); }
div.DivClassName
{
background-color: #F717BA;
}
.BgClassName
{
background-color: #F717BA;
}
</style>
border-color css
<style>
span { border-color: #F717BA; }
span { border-color: rgb(247,23,186); }
td.TdClassName
{
border-color: #F717BA;
}
.TagClassName
{
border-color: #F717BA;
}
</style>