Shades of Shocking Pink #F71BCB
Tints of Shocking Pink #F71BCB
RGB
CMYK
RGB Variations
Color information
#F71BCB (or 0xF71BCB) is known color: Shocking Pink. HEX triplet: F7, 1B and CB. RGB value is (247,27,203). Sum of RGB (Red+Green+Blue) = 247+27+203=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F71BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71BCB is #08E434. Grayscale: #707070. Windows color (decimal): -582709 or 13310967. OLE color: 13310967.
HSL color Cylindrical-coordinate representation of color #F71BCB: hue angle of 312º 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 #F71BCB is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 27 | 203 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.03 |
| HSL | 312º | 0.93% | 0.54% | - |
| HSV(B) | 312º | 0.89% | 0.97% | - |
| XYZ | 49.53 | 24.87 | 58.69 | - |
| YUV | 112.84 | 178.89 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 27 | 203 | 0 | 0.89 | 0.18 | 0.03 | 312 | 0.93 | 0.54 |
| Hex | F7 | 1B | CB | 0 | 59 | 12 | 3 | 138 | 5D | 36 |
| Octal | 367 | 33 | 313 | 0 | 131 | 22 | 3 | 470 | 135 | 66 |
| Binary | 11110111 | 11011 | 11001011 | 0 | 1011001 | 10010 | 11 | 100111000 | 1011101 | 110110 |
Color Harmonies of #F71BCB
Complementary color
Monochromatic Colors of #F71BCB
Black with #F71BCB
Text Example
Text Example
White with #F71BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71BCB; }
p { color: rgb(247,27,203); }
H1.HeaderClassName
{
color: #F71BCB;
}
.AnyTagClassName
{
color: #F71BCB;
}
</style>
background-color css
<style>
a { background-color: #F71BCB; }
a { background-color: rgb(247,27,203); }
div.DivClassName
{
background-color: #F71BCB;
}
.BgClassName
{
background-color: #F71BCB;
}
</style>
border-color css
<style>
span { border-color: #F71BCB; }
span { border-color: rgb(247,27,203); }
td.TdClassName
{
border-color: #F71BCB;
}
.TagClassName
{
border-color: #F71BCB;
}
</style>