Shades of Shocking Pink #F71CBD
Tints of Shocking Pink #F71CBD
RGB
CMYK
RGB Variations
Color information
#F71CBD (or 0xF71CBD) is known color: Shocking Pink. HEX triplet: F7, 1C and BD. RGB value is (247,28,189). Sum of RGB (Red+Green+Blue) = 247+28+189=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71CBD is #08E342. Grayscale: #6F6F6F. Windows color (decimal): -582467 or 12393719. OLE color: 12393719.
HSL color Cylindrical-coordinate representation of color #F71CBD: hue angle of 315.89º 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 #F71CBD is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 189 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.03 |
| HSL | 315.89º | 0.93% | 0.54% | - |
| HSV(B) | 315.89º | 0.89% | 0.97% | - |
| XYZ | 47.96 | 24.28 | 50.3 | - |
| YUV | 111.84 | 171.55 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 189 | 0 | 0.89 | 0.23 | 0.03 | 315.89 | 0.93 | 0.54 |
| Hex | F7 | 1C | BD | 0 | 59 | 17 | 3 | 13C | 5D | 36 |
| Octal | 367 | 34 | 275 | 0 | 131 | 27 | 3 | 474 | 135 | 66 |
| Binary | 11110111 | 11100 | 10111101 | 0 | 1011001 | 10111 | 11 | 100111100 | 1011101 | 110110 |
Color Harmonies of #F71CBD
Complementary color
Monochromatic Colors of #F71CBD
Black with #F71CBD
Text Example
Text Example
White with #F71CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71CBD; }
p { color: rgb(247,28,189); }
H1.HeaderClassName
{
color: #F71CBD;
}
.AnyTagClassName
{
color: #F71CBD;
}
</style>
background-color css
<style>
a { background-color: #F71CBD; }
a { background-color: rgb(247,28,189); }
div.DivClassName
{
background-color: #F71CBD;
}
.BgClassName
{
background-color: #F71CBD;
}
</style>
border-color css
<style>
span { border-color: #F71CBD; }
span { border-color: rgb(247,28,189); }
td.TdClassName
{
border-color: #F71CBD;
}
.TagClassName
{
border-color: #F71CBD;
}
</style>