Shades of Shocking Pink #F711D0
Tints of Shocking Pink #F711D0
RGB
CMYK
RGB Variations
Color information
#F711D0 (or 0xF711D0) is known color: Shocking Pink. HEX triplet: F7, 11 and D0. RGB value is (247,17,208). Sum of RGB (Red+Green+Blue) = 247+17+208=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 17 (7.03% from 255 or 3.60% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F711D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F711D0 is #08EE2F. Grayscale: #6B6B6B. Windows color (decimal): -585264 or 13636087. OLE color: 13636087.
HSL color Cylindrical-coordinate representation of color #F711D0: hue angle of 310.17º 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 #F711D0 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 208 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.03 |
| HSL | 310.17º | 0.93% | 0.52% | - |
| HSV(B) | 310.17º | 0.93% | 0.97% | - |
| XYZ | 49.94 | 24.73 | 61.82 | - |
| YUV | 107.54 | 184.7 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 208 | 0 | 0.93 | 0.16 | 0.03 | 310.17 | 0.93 | 0.52 |
| Hex | F7 | 11 | D0 | 0 | 5D | 10 | 3 | 136 | 5D | 34 |
| Octal | 367 | 21 | 320 | 0 | 135 | 20 | 3 | 466 | 135 | 64 |
| Binary | 11110111 | 10001 | 11010000 | 0 | 1011101 | 10000 | 11 | 100110110 | 1011101 | 110100 |
Color Harmonies of #F711D0
Complementary color
Monochromatic Colors of #F711D0
Black with #F711D0
Text Example
Text Example
White with #F711D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F711D0; }
p { color: rgb(247,17,208); }
H1.HeaderClassName
{
color: #F711D0;
}
.AnyTagClassName
{
color: #F711D0;
}
</style>
background-color css
<style>
a { background-color: #F711D0; }
a { background-color: rgb(247,17,208); }
div.DivClassName
{
background-color: #F711D0;
}
.BgClassName
{
background-color: #F711D0;
}
</style>
border-color css
<style>
span { border-color: #F711D0; }
span { border-color: rgb(247,17,208); }
td.TdClassName
{
border-color: #F711D0;
}
.TagClassName
{
border-color: #F711D0;
}
</style>