Shades of Shocking Pink #F71ACE
Tints of Shocking Pink #F71ACE
RGB
CMYK
RGB Variations
Color information
#F71ACE (or 0xF71ACE) is known color: Shocking Pink. HEX triplet: F7, 1A and CE. RGB value is (247,26,206). Sum of RGB (Red+Green+Blue) = 247+26+206=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F71ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71ACE is #08E531. Grayscale: #707070. Windows color (decimal): -582962 or 13507319. OLE color: 13507319.
HSL color Cylindrical-coordinate representation of color #F71ACE: hue angle of 311.13º 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 #F71ACE is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 206 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.03 |
| HSL | 311.13º | 0.93% | 0.54% | - |
| HSV(B) | 311.13º | 0.89% | 0.97% | - |
| XYZ | 49.87 | 24.97 | 60.58 | - |
| YUV | 112.6 | 180.72 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 206 | 0 | 0.89 | 0.17 | 0.03 | 311.13 | 0.93 | 0.54 |
| Hex | F7 | 1A | CE | 0 | 59 | 11 | 3 | 137 | 5D | 36 |
| Octal | 367 | 32 | 316 | 0 | 131 | 21 | 3 | 467 | 135 | 66 |
| Binary | 11110111 | 11010 | 11001110 | 0 | 1011001 | 10001 | 11 | 100110111 | 1011101 | 110110 |
Color Harmonies of #F71ACE
Complementary color
Monochromatic Colors of #F71ACE
Black with #F71ACE
Text Example
Text Example
White with #F71ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71ACE; }
p { color: rgb(247,26,206); }
H1.HeaderClassName
{
color: #F71ACE;
}
.AnyTagClassName
{
color: #F71ACE;
}
</style>
background-color css
<style>
a { background-color: #F71ACE; }
a { background-color: rgb(247,26,206); }
div.DivClassName
{
background-color: #F71ACE;
}
.BgClassName
{
background-color: #F71ACE;
}
</style>
border-color css
<style>
span { border-color: #F71ACE; }
span { border-color: rgb(247,26,206); }
td.TdClassName
{
border-color: #F71ACE;
}
.TagClassName
{
border-color: #F71ACE;
}
</style>