Shades of Shocking Pink #F717BD
Tints of Shocking Pink #F717BD
RGB
CMYK
RGB Variations
Color information
#F717BD (or 0xF717BD) is known color: Shocking Pink. HEX triplet: F7, 17 and BD. RGB value is (247,23,189). Sum of RGB (Red+Green+Blue) = 247+23+189=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F717BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F717BD is #08E842. Grayscale: #6C6C6C. Windows color (decimal): -583747 or 12392439. OLE color: 12392439.
HSL color Cylindrical-coordinate representation of color #F717BD: hue angle of 315.54º 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 #F717BD is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 189 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.03 |
| HSL | 315.54º | 0.93% | 0.53% | - |
| HSV(B) | 315.54º | 0.91% | 0.97% | - |
| XYZ | 47.85 | 24.06 | 50.27 | - |
| YUV | 108.9 | 173.21 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 189 | 0 | 0.91 | 0.23 | 0.03 | 315.54 | 0.93 | 0.53 |
| Hex | F7 | 17 | BD | 0 | 5B | 17 | 3 | 13C | 5D | 35 |
| Octal | 367 | 27 | 275 | 0 | 133 | 27 | 3 | 474 | 135 | 65 |
| Binary | 11110111 | 10111 | 10111101 | 0 | 1011011 | 10111 | 11 | 100111100 | 1011101 | 110101 |
Color Harmonies of #F717BD
Complementary color
Monochromatic Colors of #F717BD
Black with #F717BD
Text Example
Text Example
White with #F717BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F717BD; }
p { color: rgb(247,23,189); }
H1.HeaderClassName
{
color: #F717BD;
}
.AnyTagClassName
{
color: #F717BD;
}
</style>
background-color css
<style>
a { background-color: #F717BD; }
a { background-color: rgb(247,23,189); }
div.DivClassName
{
background-color: #F717BD;
}
.BgClassName
{
background-color: #F717BD;
}
</style>
border-color css
<style>
span { border-color: #F717BD; }
span { border-color: rgb(247,23,189); }
td.TdClassName
{
border-color: #F717BD;
}
.TagClassName
{
border-color: #F717BD;
}
</style>