Shades of Shocking Pink #F71DD2
Tints of Shocking Pink #F71DD2
RGB
CMYK
RGB Variations
Color information
#F71DD2 (or 0xF71DD2) is known color: Shocking Pink. HEX triplet: F7, 1D and D2. RGB value is (247,29,210). Sum of RGB (Red+Green+Blue) = 247+29+210=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 29 (11.72% from 255 or 5.97% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71DD2 is #08E22D. Grayscale: #727272. Windows color (decimal): -582190 or 13770231. OLE color: 13770231.
HSL color Cylindrical-coordinate representation of color #F71DD2: hue angle of 310.18º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71DD2 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 210 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.03 |
| HSL | 310.18º | 0.93% | 0.54% | - |
| HSV(B) | 310.18º | 0.88% | 0.97% | - |
| XYZ | 50.43 | 25.31 | 63.2 | - |
| YUV | 114.82 | 181.72 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 210 | 0 | 0.88 | 0.15 | 0.03 | 310.18 | 0.93 | 0.54 |
| Hex | F7 | 1D | D2 | 0 | 58 | F | 3 | 136 | 5D | 36 |
| Octal | 367 | 35 | 322 | 0 | 130 | 17 | 3 | 466 | 135 | 66 |
| Binary | 11110111 | 11101 | 11010010 | 0 | 1011000 | 1111 | 11 | 100110110 | 1011101 | 110110 |
Color Harmonies of #F71DD2
Complementary color
Monochromatic Colors of #F71DD2
Black with #F71DD2
Text Example
Text Example
White with #F71DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71DD2; }
p { color: rgb(247,29,210); }
H1.HeaderClassName
{
color: #F71DD2;
}
.AnyTagClassName
{
color: #F71DD2;
}
</style>
background-color css
<style>
a { background-color: #F71DD2; }
a { background-color: rgb(247,29,210); }
div.DivClassName
{
background-color: #F71DD2;
}
.BgClassName
{
background-color: #F71DD2;
}
</style>
border-color css
<style>
span { border-color: #F71DD2; }
span { border-color: rgb(247,29,210); }
td.TdClassName
{
border-color: #F71DD2;
}
.TagClassName
{
border-color: #F71DD2;
}
</style>