Shades of Shocking Pink #F71ABC
Tints of Shocking Pink #F71ABC
RGB
CMYK
RGB Variations
Color information
#F71ABC (or 0xF71ABC) is known color: Shocking Pink. HEX triplet: F7, 1A and BC. RGB value is (247,26,188). Sum of RGB (Red+Green+Blue) = 247+26+188=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F71ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71ABC is #08E543. Grayscale: #6E6E6E. Windows color (decimal): -582980 or 12327671. OLE color: 12327671.
HSL color Cylindrical-coordinate representation of color #F71ABC: hue angle of 316.02º 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 #F71ABC is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 188 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.03 |
| HSL | 316.02º | 0.93% | 0.54% | - |
| HSV(B) | 316.02º | 0.89% | 0.97% | - |
| XYZ | 47.8 | 24.14 | 49.72 | - |
| YUV | 110.55 | 171.72 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 188 | 0 | 0.89 | 0.24 | 0.03 | 316.02 | 0.93 | 0.54 |
| Hex | F7 | 1A | BC | 0 | 59 | 18 | 3 | 13C | 5D | 36 |
| Octal | 367 | 32 | 274 | 0 | 131 | 30 | 3 | 474 | 135 | 66 |
| Binary | 11110111 | 11010 | 10111100 | 0 | 1011001 | 11000 | 11 | 100111100 | 1011101 | 110110 |
Color Harmonies of #F71ABC
Complementary color
Monochromatic Colors of #F71ABC
Black with #F71ABC
Text Example
Text Example
White with #F71ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71ABC; }
p { color: rgb(247,26,188); }
H1.HeaderClassName
{
color: #F71ABC;
}
.AnyTagClassName
{
color: #F71ABC;
}
</style>
background-color css
<style>
a { background-color: #F71ABC; }
a { background-color: rgb(247,26,188); }
div.DivClassName
{
background-color: #F71ABC;
}
.BgClassName
{
background-color: #F71ABC;
}
</style>
border-color css
<style>
span { border-color: #F71ABC; }
span { border-color: rgb(247,26,188); }
td.TdClassName
{
border-color: #F71ABC;
}
.TagClassName
{
border-color: #F71ABC;
}
</style>