Shades of Shocking Pink #F71BC0
Tints of Shocking Pink #F71BC0
RGB
CMYK
RGB Variations
Color information
#F71BC0 (or 0xF71BC0) is known color: Shocking Pink. HEX triplet: F7, 1B and C0. RGB value is (247,27,192). Sum of RGB (Red+Green+Blue) = 247+27+192=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F71BC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71BC0 is #08E43F. Grayscale: #6F6F6F. Windows color (decimal): -582720 or 12590071. OLE color: 12590071.
HSL color Cylindrical-coordinate representation of color #F71BC0: hue angle of 315º 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 #F71BC0 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 27 | 192 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.03 |
| HSL | 315º | 0.93% | 0.54% | - |
| HSV(B) | 315º | 0.89% | 0.97% | - |
| XYZ | 48.26 | 24.36 | 52.03 | - |
| YUV | 111.59 | 173.39 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 27 | 192 | 0 | 0.89 | 0.22 | 0.03 | 315 | 0.93 | 0.54 |
| Hex | F7 | 1B | C0 | 0 | 59 | 16 | 3 | 13B | 5D | 36 |
| Octal | 367 | 33 | 300 | 0 | 131 | 26 | 3 | 473 | 135 | 66 |
| Binary | 11110111 | 11011 | 11000000 | 0 | 1011001 | 10110 | 11 | 100111011 | 1011101 | 110110 |
Color Harmonies of #F71BC0
Complementary color
Monochromatic Colors of #F71BC0
Black with #F71BC0
Text Example
Text Example
White with #F71BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71BC0; }
p { color: rgb(247,27,192); }
H1.HeaderClassName
{
color: #F71BC0;
}
.AnyTagClassName
{
color: #F71BC0;
}
</style>
background-color css
<style>
a { background-color: #F71BC0; }
a { background-color: rgb(247,27,192); }
div.DivClassName
{
background-color: #F71BC0;
}
.BgClassName
{
background-color: #F71BC0;
}
</style>
border-color css
<style>
span { border-color: #F71BC0; }
span { border-color: rgb(247,27,192); }
td.TdClassName
{
border-color: #F71BC0;
}
.TagClassName
{
border-color: #F71BC0;
}
</style>