Shades of Spicy Pink #F71DB2
Tints of Spicy Pink #F71DB2
RGB
CMYK
RGB Variations
Color information
#F71DB2 (or 0xF71DB2) is known color: Spicy Pink. HEX triplet: F7, 1D and B2. RGB value is (247,29,178). Sum of RGB (Red+Green+Blue) = 247+29+178=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71DB2 is #08E24D. Grayscale: #6E6E6E. Windows color (decimal): -582222 or 11673079. OLE color: 11673079.
HSL color Cylindrical-coordinate representation of color #F71DB2: hue angle of 318.99º 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 #F71DB2 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 178 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.03 |
| HSL | 318.99º | 0.93% | 0.54% | - |
| HSV(B) | 318.99º | 0.88% | 0.97% | - |
| XYZ | 46.83 | 23.87 | 44.26 | - |
| YUV | 111.17 | 165.72 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 178 | 0 | 0.88 | 0.28 | 0.03 | 318.99 | 0.93 | 0.54 |
| Hex | F7 | 1D | B2 | 0 | 58 | 1C | 3 | 13F | 5D | 36 |
| Octal | 367 | 35 | 262 | 0 | 130 | 34 | 3 | 477 | 135 | 66 |
| Binary | 11110111 | 11101 | 10110010 | 0 | 1011000 | 11100 | 11 | 100111111 | 1011101 | 110110 |
Color Harmonies of #F71DB2
Complementary color
Monochromatic Colors of #F71DB2
Black with #F71DB2
Text Example
Text Example
White with #F71DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71DB2; }
p { color: rgb(247,29,178); }
H1.HeaderClassName
{
color: #F71DB2;
}
.AnyTagClassName
{
color: #F71DB2;
}
</style>
background-color css
<style>
a { background-color: #F71DB2; }
a { background-color: rgb(247,29,178); }
div.DivClassName
{
background-color: #F71DB2;
}
.BgClassName
{
background-color: #F71DB2;
}
</style>
border-color css
<style>
span { border-color: #F71DB2; }
span { border-color: rgb(247,29,178); }
td.TdClassName
{
border-color: #F71DB2;
}
.TagClassName
{
border-color: #F71DB2;
}
</style>