Shades of Shocking Pink #F71BBE
Tints of Shocking Pink #F71BBE
RGB
CMYK
RGB Variations
Color information
#F71BBE (or 0xF71BBE) is known color: Shocking Pink. HEX triplet: F7, 1B and BE. RGB value is (247,27,190). Sum of RGB (Red+Green+Blue) = 247+27+190=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F71BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71BBE is #08E441. Grayscale: #6E6E6E. Windows color (decimal): -582722 or 12458999. OLE color: 12458999.
HSL color Cylindrical-coordinate representation of color #F71BBE: hue angle of 315.55º 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 #F71BBE is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 27 | 190 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.03 |
| HSL | 315.55º | 0.93% | 0.54% | - |
| HSV(B) | 315.55º | 0.89% | 0.97% | - |
| XYZ | 48.04 | 24.28 | 50.87 | - |
| YUV | 111.36 | 172.39 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 27 | 190 | 0 | 0.89 | 0.23 | 0.03 | 315.55 | 0.93 | 0.54 |
| Hex | F7 | 1B | BE | 0 | 59 | 17 | 3 | 13C | 5D | 36 |
| Octal | 367 | 33 | 276 | 0 | 131 | 27 | 3 | 474 | 135 | 66 |
| Binary | 11110111 | 11011 | 10111110 | 0 | 1011001 | 10111 | 11 | 100111100 | 1011101 | 110110 |
Color Harmonies of #F71BBE
Complementary color
Monochromatic Colors of #F71BBE
Black with #F71BBE
Text Example
Text Example
White with #F71BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71BBE; }
p { color: rgb(247,27,190); }
H1.HeaderClassName
{
color: #F71BBE;
}
.AnyTagClassName
{
color: #F71BBE;
}
</style>
background-color css
<style>
a { background-color: #F71BBE; }
a { background-color: rgb(247,27,190); }
div.DivClassName
{
background-color: #F71BBE;
}
.BgClassName
{
background-color: #F71BBE;
}
</style>
border-color css
<style>
span { border-color: #F71BBE; }
span { border-color: rgb(247,27,190); }
td.TdClassName
{
border-color: #F71BBE;
}
.TagClassName
{
border-color: #F71BBE;
}
</style>