Shades of Shocking Pink #F71BCD
Tints of Shocking Pink #F71BCD
RGB
CMYK
RGB Variations
Color information
#F71BCD (or 0xF71BCD) is known color: Shocking Pink. HEX triplet: F7, 1B and CD. RGB value is (247,27,205). Sum of RGB (Red+Green+Blue) = 247+27+205=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 27 (10.94% from 255 or 5.64% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F71BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71BCD is #08E432. Grayscale: #707070. Windows color (decimal): -582707 or 13442039. OLE color: 13442039.
HSL color Cylindrical-coordinate representation of color #F71BCD: hue angle of 311.45º 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 #F71BCD is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 27 | 205 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.03 |
| HSL | 311.45º | 0.93% | 0.54% | - |
| HSV(B) | 311.45º | 0.89% | 0.97% | - |
| XYZ | 49.77 | 24.97 | 59.95 | - |
| YUV | 113.07 | 179.89 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 27 | 205 | 0 | 0.89 | 0.17 | 0.03 | 311.45 | 0.93 | 0.54 |
| Hex | F7 | 1B | CD | 0 | 59 | 11 | 3 | 137 | 5D | 36 |
| Octal | 367 | 33 | 315 | 0 | 131 | 21 | 3 | 467 | 135 | 66 |
| Binary | 11110111 | 11011 | 11001101 | 0 | 1011001 | 10001 | 11 | 100110111 | 1011101 | 110110 |
Color Harmonies of #F71BCD
Complementary color
Monochromatic Colors of #F71BCD
Black with #F71BCD
Text Example
Text Example
White with #F71BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71BCD; }
p { color: rgb(247,27,205); }
H1.HeaderClassName
{
color: #F71BCD;
}
.AnyTagClassName
{
color: #F71BCD;
}
</style>
background-color css
<style>
a { background-color: #F71BCD; }
a { background-color: rgb(247,27,205); }
div.DivClassName
{
background-color: #F71BCD;
}
.BgClassName
{
background-color: #F71BCD;
}
</style>
border-color css
<style>
span { border-color: #F71BCD; }
span { border-color: rgb(247,27,205); }
td.TdClassName
{
border-color: #F71BCD;
}
.TagClassName
{
border-color: #F71BCD;
}
</style>