Shades of Shocking Pink #F711CE
Tints of Shocking Pink #F711CE
RGB
CMYK
RGB Variations
Color information
#F711CE (or 0xF711CE) is known color: Shocking Pink. HEX triplet: F7, 11 and CE. RGB value is (247,17,206). Sum of RGB (Red+Green+Blue) = 247+17+206=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 17 (7.03% from 255 or 3.62% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F711CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F711CE is #08EE31. Grayscale: #6A6A6A. Windows color (decimal): -585266 or 13505015. OLE color: 13505015.
HSL color Cylindrical-coordinate representation of color #F711CE: hue angle of 310.7º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F711CE is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 206 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.03 |
| HSL | 310.7º | 0.93% | 0.52% | - |
| HSV(B) | 310.7º | 0.93% | 0.97% | - |
| XYZ | 49.7 | 24.63 | 60.53 | - |
| YUV | 107.32 | 183.7 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 206 | 0 | 0.93 | 0.17 | 0.03 | 310.7 | 0.93 | 0.52 |
| Hex | F7 | 11 | CE | 0 | 5D | 11 | 3 | 137 | 5D | 34 |
| Octal | 367 | 21 | 316 | 0 | 135 | 21 | 3 | 467 | 135 | 64 |
| Binary | 11110111 | 10001 | 11001110 | 0 | 1011101 | 10001 | 11 | 100110111 | 1011101 | 110100 |
Color Harmonies of #F711CE
Complementary color
Monochromatic Colors of #F711CE
Black with #F711CE
Text Example
Text Example
White with #F711CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F711CE; }
p { color: rgb(247,17,206); }
H1.HeaderClassName
{
color: #F711CE;
}
.AnyTagClassName
{
color: #F711CE;
}
</style>
background-color css
<style>
a { background-color: #F711CE; }
a { background-color: rgb(247,17,206); }
div.DivClassName
{
background-color: #F711CE;
}
.BgClassName
{
background-color: #F711CE;
}
</style>
border-color css
<style>
span { border-color: #F711CE; }
span { border-color: rgb(247,17,206); }
td.TdClassName
{
border-color: #F711CE;
}
.TagClassName
{
border-color: #F711CE;
}
</style>