Shades of Shocking Pink #F71CBE
Tints of Shocking Pink #F71CBE
RGB
CMYK
RGB Variations
Color information
#F71CBE (or 0xF71CBE) is known color: Shocking Pink. HEX triplet: F7, 1C and BE. RGB value is (247,28,190). Sum of RGB (Red+Green+Blue) = 247+28+190=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71CBE is #08E341. Grayscale: #6F6F6F. Windows color (decimal): -582466 or 12459255. OLE color: 12459255.
HSL color Cylindrical-coordinate representation of color #F71CBE: hue angle of 315.62º 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 #F71CBE is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 190 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.03 |
| HSL | 315.62º | 0.93% | 0.54% | - |
| HSV(B) | 315.62º | 0.89% | 0.97% | - |
| XYZ | 48.07 | 24.32 | 50.88 | - |
| YUV | 111.95 | 172.05 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 190 | 0 | 0.89 | 0.23 | 0.03 | 315.62 | 0.93 | 0.54 |
| Hex | F7 | 1C | BE | 0 | 59 | 17 | 3 | 13C | 5D | 36 |
| Octal | 367 | 34 | 276 | 0 | 131 | 27 | 3 | 474 | 135 | 66 |
| Binary | 11110111 | 11100 | 10111110 | 0 | 1011001 | 10111 | 11 | 100111100 | 1011101 | 110110 |
Color Harmonies of #F71CBE
Complementary color
Monochromatic Colors of #F71CBE
Black with #F71CBE
Text Example
Text Example
White with #F71CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71CBE; }
p { color: rgb(247,28,190); }
H1.HeaderClassName
{
color: #F71CBE;
}
.AnyTagClassName
{
color: #F71CBE;
}
</style>
background-color css
<style>
a { background-color: #F71CBE; }
a { background-color: rgb(247,28,190); }
div.DivClassName
{
background-color: #F71CBE;
}
.BgClassName
{
background-color: #F71CBE;
}
</style>
border-color css
<style>
span { border-color: #F71CBE; }
span { border-color: rgb(247,28,190); }
td.TdClassName
{
border-color: #F71CBE;
}
.TagClassName
{
border-color: #F71CBE;
}
</style>