Shades of Shocking Pink #F71CC6
Tints of Shocking Pink #F71CC6
RGB
CMYK
RGB Variations
Color information
#F71CC6 (or 0xF71CC6) is known color: Shocking Pink. HEX triplet: F7, 1C and C6. RGB value is (247,28,198). Sum of RGB (Red+Green+Blue) = 247+28+198=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 28 (11.33% from 255 or 5.92% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71CC6 is #08E339. Grayscale: #707070. Windows color (decimal): -582458 or 12983543. OLE color: 12983543.
HSL color Cylindrical-coordinate representation of color #F71CC6: hue angle of 313.42º 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 #F71CC6 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 198 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.03 |
| HSL | 313.42º | 0.93% | 0.54% | - |
| HSV(B) | 313.42º | 0.89% | 0.97% | - |
| XYZ | 48.97 | 24.68 | 55.61 | - |
| YUV | 112.86 | 176.05 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 198 | 0 | 0.89 | 0.20 | 0.03 | 313.42 | 0.93 | 0.54 |
| Hex | F7 | 1C | C6 | 0 | 59 | 14 | 3 | 139 | 5D | 36 |
| Octal | 367 | 34 | 306 | 0 | 131 | 24 | 3 | 471 | 135 | 66 |
| Binary | 11110111 | 11100 | 11000110 | 0 | 1011001 | 10100 | 11 | 100111001 | 1011101 | 110110 |
Color Harmonies of #F71CC6
Complementary color
Monochromatic Colors of #F71CC6
Black with #F71CC6
Text Example
Text Example
White with #F71CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71CC6; }
p { color: rgb(247,28,198); }
H1.HeaderClassName
{
color: #F71CC6;
}
.AnyTagClassName
{
color: #F71CC6;
}
</style>
background-color css
<style>
a { background-color: #F71CC6; }
a { background-color: rgb(247,28,198); }
div.DivClassName
{
background-color: #F71CC6;
}
.BgClassName
{
background-color: #F71CC6;
}
</style>
border-color css
<style>
span { border-color: #F71CC6; }
span { border-color: rgb(247,28,198); }
td.TdClassName
{
border-color: #F71CC6;
}
.TagClassName
{
border-color: #F71CC6;
}
</style>