Shades of Shocking Pink #F71BBC
Tints of Shocking Pink #F71BBC
RGB
CMYK
RGB Variations
Color information
#F71BBC (or 0xF71BBC) is known color: Shocking Pink. HEX triplet: F7, 1B and BC. RGB value is (247,27,188). Sum of RGB (Red+Green+Blue) = 247+27+188=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F71BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71BBC is #08E443. Grayscale: #6E6E6E. Windows color (decimal): -582724 or 12327927. OLE color: 12327927.
HSL color Cylindrical-coordinate representation of color #F71BBC: hue angle of 316.09º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71BBC is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 27 | 188 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.03 |
| HSL | 316.09º | 0.93% | 0.54% | - |
| HSV(B) | 316.09º | 0.89% | 0.97% | - |
| XYZ | 47.83 | 24.19 | 49.73 | - |
| YUV | 111.13 | 171.39 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 27 | 188 | 0 | 0.89 | 0.24 | 0.03 | 316.09 | 0.93 | 0.54 |
| Hex | F7 | 1B | BC | 0 | 59 | 18 | 3 | 13C | 5D | 36 |
| Octal | 367 | 33 | 274 | 0 | 131 | 30 | 3 | 474 | 135 | 66 |
| Binary | 11110111 | 11011 | 10111100 | 0 | 1011001 | 11000 | 11 | 100111100 | 1011101 | 110110 |
Color Harmonies of #F71BBC
Complementary color
Monochromatic Colors of #F71BBC
Black with #F71BBC
Text Example
Text Example
White with #F71BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71BBC; }
p { color: rgb(247,27,188); }
H1.HeaderClassName
{
color: #F71BBC;
}
.AnyTagClassName
{
color: #F71BBC;
}
</style>
background-color css
<style>
a { background-color: #F71BBC; }
a { background-color: rgb(247,27,188); }
div.DivClassName
{
background-color: #F71BBC;
}
.BgClassName
{
background-color: #F71BBC;
}
</style>
border-color css
<style>
span { border-color: #F71BBC; }
span { border-color: rgb(247,27,188); }
td.TdClassName
{
border-color: #F71BBC;
}
.TagClassName
{
border-color: #F71BBC;
}
</style>