Shades of Shocking Pink #F717CE
Tints of Shocking Pink #F717CE
RGB
CMYK
RGB Variations
Color information
#F717CE (or 0xF717CE) is known color: Shocking Pink. HEX triplet: F7, 17 and CE. RGB value is (247,23,206). Sum of RGB (Red+Green+Blue) = 247+23+206=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F717CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F717CE is #08E831. Grayscale: #6E6E6E. Windows color (decimal): -583730 or 13506551. OLE color: 13506551.
HSL color Cylindrical-coordinate representation of color #F717CE: hue angle of 310.98º 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 #F717CE is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 206 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.03 |
| HSL | 310.98º | 0.93% | 0.53% | - |
| HSV(B) | 310.98º | 0.91% | 0.97% | - |
| XYZ | 49.8 | 24.84 | 60.56 | - |
| YUV | 110.84 | 181.71 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 206 | 0 | 0.91 | 0.17 | 0.03 | 310.98 | 0.93 | 0.53 |
| Hex | F7 | 17 | CE | 0 | 5B | 11 | 3 | 137 | 5D | 35 |
| Octal | 367 | 27 | 316 | 0 | 133 | 21 | 3 | 467 | 135 | 65 |
| Binary | 11110111 | 10111 | 11001110 | 0 | 1011011 | 10001 | 11 | 100110111 | 1011101 | 110101 |
Color Harmonies of #F717CE
Complementary color
Monochromatic Colors of #F717CE
Black with #F717CE
Text Example
Text Example
White with #F717CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F717CE; }
p { color: rgb(247,23,206); }
H1.HeaderClassName
{
color: #F717CE;
}
.AnyTagClassName
{
color: #F717CE;
}
</style>
background-color css
<style>
a { background-color: #F717CE; }
a { background-color: rgb(247,23,206); }
div.DivClassName
{
background-color: #F717CE;
}
.BgClassName
{
background-color: #F717CE;
}
</style>
border-color css
<style>
span { border-color: #F717CE; }
span { border-color: rgb(247,23,206); }
td.TdClassName
{
border-color: #F717CE;
}
.TagClassName
{
border-color: #F717CE;
}
</style>