Shades of Shocking Pink #F71BD2
Tints of Shocking Pink #F71BD2
RGB
CMYK
RGB Variations
Color information
#F71BD2 (or 0xF71BD2) is known color: Shocking Pink. HEX triplet: F7, 1B and D2. RGB value is (247,27,210). Sum of RGB (Red+Green+Blue) = 247+27+210=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 27 (10.94% from 255 or 5.58% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F71BD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71BD2 is #08E42D. Grayscale: #717171. Windows color (decimal): -582702 or 13769719. OLE color: 13769719.
HSL color Cylindrical-coordinate representation of color #F71BD2: hue angle of 310.09º 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 #F71BD2 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 27 | 210 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.03 |
| HSL | 310.09º | 0.93% | 0.54% | - |
| HSV(B) | 310.09º | 0.89% | 0.97% | - |
| XYZ | 50.38 | 25.21 | 63.18 | - |
| YUV | 113.64 | 182.39 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 27 | 210 | 0 | 0.89 | 0.15 | 0.03 | 310.09 | 0.93 | 0.54 |
| Hex | F7 | 1B | D2 | 0 | 59 | F | 3 | 136 | 5D | 36 |
| Octal | 367 | 33 | 322 | 0 | 131 | 17 | 3 | 466 | 135 | 66 |
| Binary | 11110111 | 11011 | 11010010 | 0 | 1011001 | 1111 | 11 | 100110110 | 1011101 | 110110 |
Color Harmonies of #F71BD2
Complementary color
Monochromatic Colors of #F71BD2
Black with #F71BD2
Text Example
Text Example
White with #F71BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71BD2; }
p { color: rgb(247,27,210); }
H1.HeaderClassName
{
color: #F71BD2;
}
.AnyTagClassName
{
color: #F71BD2;
}
</style>
background-color css
<style>
a { background-color: #F71BD2; }
a { background-color: rgb(247,27,210); }
div.DivClassName
{
background-color: #F71BD2;
}
.BgClassName
{
background-color: #F71BD2;
}
</style>
border-color css
<style>
span { border-color: #F71BD2; }
span { border-color: rgb(247,27,210); }
td.TdClassName
{
border-color: #F71BD2;
}
.TagClassName
{
border-color: #F71BD2;
}
</style>