Shades of Shocking Pink #F711BE
Tints of Shocking Pink #F711BE
RGB
CMYK
RGB Variations
Color information
#F711BE (or 0xF711BE) is known color: Shocking Pink. HEX triplet: F7, 11 and BE. RGB value is (247,17,190). Sum of RGB (Red+Green+Blue) = 247+17+190=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 17 (7.03% from 255 or 3.74% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F711BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F711BE is #08EE41. Grayscale: #696969. Windows color (decimal): -585282 or 12456439. OLE color: 12456439.
HSL color Cylindrical-coordinate representation of color #F711BE: hue angle of 314.87º 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 #F711BE is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 190 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.03 |
| HSL | 314.87º | 0.93% | 0.52% | - |
| HSV(B) | 314.87º | 0.93% | 0.97% | - |
| XYZ | 47.85 | 23.89 | 50.8 | - |
| YUV | 105.49 | 175.7 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 190 | 0 | 0.93 | 0.23 | 0.03 | 314.87 | 0.93 | 0.52 |
| Hex | F7 | 11 | BE | 0 | 5D | 17 | 3 | 13B | 5D | 34 |
| Octal | 367 | 21 | 276 | 0 | 135 | 27 | 3 | 473 | 135 | 64 |
| Binary | 11110111 | 10001 | 10111110 | 0 | 1011101 | 10111 | 11 | 100111011 | 1011101 | 110100 |
Color Harmonies of #F711BE
Complementary color
Monochromatic Colors of #F711BE
Black with #F711BE
Text Example
Text Example
White with #F711BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F711BE; }
p { color: rgb(247,17,190); }
H1.HeaderClassName
{
color: #F711BE;
}
.AnyTagClassName
{
color: #F711BE;
}
</style>
background-color css
<style>
a { background-color: #F711BE; }
a { background-color: rgb(247,17,190); }
div.DivClassName
{
background-color: #F711BE;
}
.BgClassName
{
background-color: #F711BE;
}
</style>
border-color css
<style>
span { border-color: #F711BE; }
span { border-color: rgb(247,17,190); }
td.TdClassName
{
border-color: #F711BE;
}
.TagClassName
{
border-color: #F711BE;
}
</style>