Shades of Spicy Pink #F71DBA
Tints of Spicy Pink #F71DBA
RGB
CMYK
RGB Variations
Color information
#F71DBA (or 0xF71DBA) is known color: Spicy Pink. HEX triplet: F7, 1D and BA. RGB value is (247,29,186). Sum of RGB (Red+Green+Blue) = 247+29+186=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71DBA is #08E245. Grayscale: #6F6F6F. Windows color (decimal): -582214 or 12197367. OLE color: 12197367.
HSL color Cylindrical-coordinate representation of color #F71DBA: hue angle of 316.79º 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 #F71DBA is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 186 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.03 |
| HSL | 316.79º | 0.93% | 0.54% | - |
| HSV(B) | 316.79º | 0.88% | 0.97% | - |
| XYZ | 47.66 | 24.2 | 48.61 | - |
| YUV | 112.08 | 169.72 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 186 | 0 | 0.88 | 0.25 | 0.03 | 316.79 | 0.93 | 0.54 |
| Hex | F7 | 1D | BA | 0 | 58 | 19 | 3 | 13D | 5D | 36 |
| Octal | 367 | 35 | 272 | 0 | 130 | 31 | 3 | 475 | 135 | 66 |
| Binary | 11110111 | 11101 | 10111010 | 0 | 1011000 | 11001 | 11 | 100111101 | 1011101 | 110110 |
Color Harmonies of #F71DBA
Complementary color
Monochromatic Colors of #F71DBA
Black with #F71DBA
Text Example
Text Example
White with #F71DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71DBA; }
p { color: rgb(247,29,186); }
H1.HeaderClassName
{
color: #F71DBA;
}
.AnyTagClassName
{
color: #F71DBA;
}
</style>
background-color css
<style>
a { background-color: #F71DBA; }
a { background-color: rgb(247,29,186); }
div.DivClassName
{
background-color: #F71DBA;
}
.BgClassName
{
background-color: #F71DBA;
}
</style>
border-color css
<style>
span { border-color: #F71DBA; }
span { border-color: rgb(247,29,186); }
td.TdClassName
{
border-color: #F71DBA;
}
.TagClassName
{
border-color: #F71DBA;
}
</style>