Shades of Shocking Pink #F717C0
Tints of Shocking Pink #F717C0
RGB
CMYK
RGB Variations
Color information
#F717C0 (or 0xF717C0) is known color: Shocking Pink. HEX triplet: F7, 17 and C0. RGB value is (247,23,192). Sum of RGB (Red+Green+Blue) = 247+23+192=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 23 (9.38% from 255 or 4.98% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F717C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F717C0 is #08E83F. Grayscale: #6C6C6C. Windows color (decimal): -583744 or 12589047. OLE color: 12589047.
HSL color Cylindrical-coordinate representation of color #F717C0: hue angle of 314.73º 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 #F717C0 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 192 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.03 |
| HSL | 314.73º | 0.93% | 0.53% | - |
| HSV(B) | 314.73º | 0.91% | 0.97% | - |
| XYZ | 48.18 | 24.19 | 52 | - |
| YUV | 109.24 | 174.71 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 192 | 0 | 0.91 | 0.22 | 0.03 | 314.73 | 0.93 | 0.53 |
| Hex | F7 | 17 | C0 | 0 | 5B | 16 | 3 | 13B | 5D | 35 |
| Octal | 367 | 27 | 300 | 0 | 133 | 26 | 3 | 473 | 135 | 65 |
| Binary | 11110111 | 10111 | 11000000 | 0 | 1011011 | 10110 | 11 | 100111011 | 1011101 | 110101 |
Color Harmonies of #F717C0
Complementary color
Monochromatic Colors of #F717C0
Black with #F717C0
Text Example
Text Example
White with #F717C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F717C0; }
p { color: rgb(247,23,192); }
H1.HeaderClassName
{
color: #F717C0;
}
.AnyTagClassName
{
color: #F717C0;
}
</style>
background-color css
<style>
a { background-color: #F717C0; }
a { background-color: rgb(247,23,192); }
div.DivClassName
{
background-color: #F717C0;
}
.BgClassName
{
background-color: #F717C0;
}
</style>
border-color css
<style>
span { border-color: #F717C0; }
span { border-color: rgb(247,23,192); }
td.TdClassName
{
border-color: #F717C0;
}
.TagClassName
{
border-color: #F717C0;
}
</style>