Shades of Shocking Pink #F71ACC
Tints of Shocking Pink #F71ACC
RGB
CMYK
RGB Variations
Color information
#F71ACC (or 0xF71ACC) is known color: Shocking Pink. HEX triplet: F7, 1A and CC. RGB value is (247,26,204). Sum of RGB (Red+Green+Blue) = 247+26+204=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F71ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71ACC is #08E533. Grayscale: #6F6F6F. Windows color (decimal): -582964 or 13376247. OLE color: 13376247.
HSL color Cylindrical-coordinate representation of color #F71ACC: hue angle of 311.67º 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 #F71ACC is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 204 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.03 |
| HSL | 311.67º | 0.93% | 0.54% | - |
| HSV(B) | 311.67º | 0.89% | 0.97% | - |
| XYZ | 49.63 | 24.87 | 59.31 | - |
| YUV | 112.37 | 179.72 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 204 | 0 | 0.89 | 0.17 | 0.03 | 311.67 | 0.93 | 0.54 |
| Hex | F7 | 1A | CC | 0 | 59 | 11 | 3 | 138 | 5D | 36 |
| Octal | 367 | 32 | 314 | 0 | 131 | 21 | 3 | 470 | 135 | 66 |
| Binary | 11110111 | 11010 | 11001100 | 0 | 1011001 | 10001 | 11 | 100111000 | 1011101 | 110110 |
Color Harmonies of #F71ACC
Complementary color
Monochromatic Colors of #F71ACC
Black with #F71ACC
Text Example
Text Example
White with #F71ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71ACC; }
p { color: rgb(247,26,204); }
H1.HeaderClassName
{
color: #F71ACC;
}
.AnyTagClassName
{
color: #F71ACC;
}
</style>
background-color css
<style>
a { background-color: #F71ACC; }
a { background-color: rgb(247,26,204); }
div.DivClassName
{
background-color: #F71ACC;
}
.BgClassName
{
background-color: #F71ACC;
}
</style>
border-color css
<style>
span { border-color: #F71ACC; }
span { border-color: rgb(247,26,204); }
td.TdClassName
{
border-color: #F71ACC;
}
.TagClassName
{
border-color: #F71ACC;
}
</style>