Shades of Spicy Pink #F71DB3
Tints of Spicy Pink #F71DB3
RGB
CMYK
RGB Variations
Color information
#F71DB3 (or 0xF71DB3) is known color: Spicy Pink. HEX triplet: F7, 1D and B3. RGB value is (247,29,179). Sum of RGB (Red+Green+Blue) = 247+29+179=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71DB3 is #08E24C. Grayscale: #6E6E6E. Windows color (decimal): -582221 or 11738615. OLE color: 11738615.
HSL color Cylindrical-coordinate representation of color #F71DB3: hue angle of 318.72º 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 #F71DB3 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 179 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.03 |
| HSL | 318.72º | 0.93% | 0.54% | - |
| HSV(B) | 318.72º | 0.88% | 0.97% | - |
| XYZ | 46.93 | 23.91 | 44.79 | - |
| YUV | 111.28 | 166.22 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 179 | 0 | 0.88 | 0.28 | 0.03 | 318.72 | 0.93 | 0.54 |
| Hex | F7 | 1D | B3 | 0 | 58 | 1C | 3 | 13F | 5D | 36 |
| Octal | 367 | 35 | 263 | 0 | 130 | 34 | 3 | 477 | 135 | 66 |
| Binary | 11110111 | 11101 | 10110011 | 0 | 1011000 | 11100 | 11 | 100111111 | 1011101 | 110110 |
Color Harmonies of #F71DB3
Complementary color
Monochromatic Colors of #F71DB3
Black with #F71DB3
Text Example
Text Example
White with #F71DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71DB3; }
p { color: rgb(247,29,179); }
H1.HeaderClassName
{
color: #F71DB3;
}
.AnyTagClassName
{
color: #F71DB3;
}
</style>
background-color css
<style>
a { background-color: #F71DB3; }
a { background-color: rgb(247,29,179); }
div.DivClassName
{
background-color: #F71DB3;
}
.BgClassName
{
background-color: #F71DB3;
}
</style>
border-color css
<style>
span { border-color: #F71DB3; }
span { border-color: rgb(247,29,179); }
td.TdClassName
{
border-color: #F71DB3;
}
.TagClassName
{
border-color: #F71DB3;
}
</style>