Shades of Shocking Pink #F71CC2
Tints of Shocking Pink #F71CC2
RGB
CMYK
RGB Variations
Color information
#F71CC2 (or 0xF71CC2) is known color: Shocking Pink. HEX triplet: F7, 1C and C2. RGB value is (247,28,194). Sum of RGB (Red+Green+Blue) = 247+28+194=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71CC2 is #08E33D. Grayscale: #6F6F6F. Windows color (decimal): -582462 or 12721399. OLE color: 12721399.
HSL color Cylindrical-coordinate representation of color #F71CC2: hue angle of 314.52º 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 #F71CC2 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 194 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.03 |
| HSL | 314.52º | 0.93% | 0.54% | - |
| HSV(B) | 314.52º | 0.89% | 0.97% | - |
| XYZ | 48.51 | 24.5 | 53.21 | - |
| YUV | 112.41 | 174.05 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 194 | 0 | 0.89 | 0.21 | 0.03 | 314.52 | 0.93 | 0.54 |
| Hex | F7 | 1C | C2 | 0 | 59 | 15 | 3 | 13B | 5D | 36 |
| Octal | 367 | 34 | 302 | 0 | 131 | 25 | 3 | 473 | 135 | 66 |
| Binary | 11110111 | 11100 | 11000010 | 0 | 1011001 | 10101 | 11 | 100111011 | 1011101 | 110110 |
Color Harmonies of #F71CC2
Complementary color
Monochromatic Colors of #F71CC2
Black with #F71CC2
Text Example
Text Example
White with #F71CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71CC2; }
p { color: rgb(247,28,194); }
H1.HeaderClassName
{
color: #F71CC2;
}
.AnyTagClassName
{
color: #F71CC2;
}
</style>
background-color css
<style>
a { background-color: #F71CC2; }
a { background-color: rgb(247,28,194); }
div.DivClassName
{
background-color: #F71CC2;
}
.BgClassName
{
background-color: #F71CC2;
}
</style>
border-color css
<style>
span { border-color: #F71CC2; }
span { border-color: rgb(247,28,194); }
td.TdClassName
{
border-color: #F71CC2;
}
.TagClassName
{
border-color: #F71CC2;
}
</style>