Shades of Shocking Pink #F71BBA
Tints of Shocking Pink #F71BBA
RGB
CMYK
RGB Variations
Color information
#F71BBA (or 0xF71BBA) is known color: Shocking Pink. HEX triplet: F7, 1B and BA. RGB value is (247,27,186). Sum of RGB (Red+Green+Blue) = 247+27+186=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 27 (10.94% from 255 or 5.87% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F71BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71BBA is #08E445. Grayscale: #6E6E6E. Windows color (decimal): -582726 or 12196855. OLE color: 12196855.
HSL color Cylindrical-coordinate representation of color #F71BBA: hue angle of 316.64º 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 #F71BBA is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 27 | 186 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.03 |
| HSL | 316.64º | 0.93% | 0.54% | - |
| HSV(B) | 316.64º | 0.89% | 0.97% | - |
| XYZ | 47.61 | 24.1 | 48.6 | - |
| YUV | 110.91 | 170.39 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 27 | 186 | 0 | 0.89 | 0.25 | 0.03 | 316.64 | 0.93 | 0.54 |
| Hex | F7 | 1B | BA | 0 | 59 | 19 | 3 | 13D | 5D | 36 |
| Octal | 367 | 33 | 272 | 0 | 131 | 31 | 3 | 475 | 135 | 66 |
| Binary | 11110111 | 11011 | 10111010 | 0 | 1011001 | 11001 | 11 | 100111101 | 1011101 | 110110 |
Color Harmonies of #F71BBA
Complementary color
Monochromatic Colors of #F71BBA
Black with #F71BBA
Text Example
Text Example
White with #F71BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71BBA; }
p { color: rgb(247,27,186); }
H1.HeaderClassName
{
color: #F71BBA;
}
.AnyTagClassName
{
color: #F71BBA;
}
</style>
background-color css
<style>
a { background-color: #F71BBA; }
a { background-color: rgb(247,27,186); }
div.DivClassName
{
background-color: #F71BBA;
}
.BgClassName
{
background-color: #F71BBA;
}
</style>
border-color css
<style>
span { border-color: #F71BBA; }
span { border-color: rgb(247,27,186); }
td.TdClassName
{
border-color: #F71BBA;
}
.TagClassName
{
border-color: #F71BBA;
}
</style>