Shades of Shocking Pink #F71DC0
Tints of Shocking Pink #F71DC0
RGB
CMYK
RGB Variations
Color information
#F71DC0 (or 0xF71DC0) is known color: Shocking Pink. HEX triplet: F7, 1D and C0. RGB value is (247,29,192). Sum of RGB (Red+Green+Blue) = 247+29+192=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 29 (11.72% from 255 or 6.20% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71DC0 is #08E23F. Grayscale: #707070. Windows color (decimal): -582208 or 12590583. OLE color: 12590583.
HSL color Cylindrical-coordinate representation of color #F71DC0: hue angle of 315.14º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71DC0 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 192 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.03 |
| HSL | 315.14º | 0.93% | 0.54% | - |
| HSV(B) | 315.14º | 0.88% | 0.97% | - |
| XYZ | 48.31 | 24.46 | 52.04 | - |
| YUV | 112.76 | 172.72 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 192 | 0 | 0.88 | 0.22 | 0.03 | 315.14 | 0.93 | 0.54 |
| Hex | F7 | 1D | C0 | 0 | 58 | 16 | 3 | 13B | 5D | 36 |
| Octal | 367 | 35 | 300 | 0 | 130 | 26 | 3 | 473 | 135 | 66 |
| Binary | 11110111 | 11101 | 11000000 | 0 | 1011000 | 10110 | 11 | 100111011 | 1011101 | 110110 |
Color Harmonies of #F71DC0
Complementary color
Monochromatic Colors of #F71DC0
Black with #F71DC0
Text Example
Text Example
White with #F71DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71DC0; }
p { color: rgb(247,29,192); }
H1.HeaderClassName
{
color: #F71DC0;
}
.AnyTagClassName
{
color: #F71DC0;
}
</style>
background-color css
<style>
a { background-color: #F71DC0; }
a { background-color: rgb(247,29,192); }
div.DivClassName
{
background-color: #F71DC0;
}
.BgClassName
{
background-color: #F71DC0;
}
</style>
border-color css
<style>
span { border-color: #F71DC0; }
span { border-color: rgb(247,29,192); }
td.TdClassName
{
border-color: #F71DC0;
}
.TagClassName
{
border-color: #F71DC0;
}
</style>