Shades of Spicy Pink #F61DB7
Tints of Spicy Pink #F61DB7
RGB
CMYK
RGB Variations
Color information
#F61DB7 (or 0xF61DB7) is known color: Spicy Pink. HEX triplet: F6, 1D and B7. RGB value is (246,29,183). Sum of RGB (Red+Green+Blue) = 246+29+183=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F61DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61DB7 is #09E248. Grayscale: #6F6F6F. Windows color (decimal): -647753 or 12000758. OLE color: 12000758.
HSL color Cylindrical-coordinate representation of color #F61DB7: hue angle of 317.42º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61DB7 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 183 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.04 |
| HSL | 317.42º | 0.92% | 0.54% | - |
| HSV(B) | 317.42º | 0.88% | 0.96% | - |
| XYZ | 46.99 | 23.89 | 46.93 | - |
| YUV | 111.44 | 168.39 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 183 | 0 | 0.88 | 0.26 | 0.04 | 317.42 | 0.92 | 0.54 |
| Hex | F6 | 1D | B7 | 0 | 58 | 1A | 4 | 13D | 5C | 36 |
| Octal | 366 | 35 | 267 | 0 | 130 | 32 | 4 | 475 | 134 | 66 |
| Binary | 11110110 | 11101 | 10110111 | 0 | 1011000 | 11010 | 100 | 100111101 | 1011100 | 110110 |
Color Harmonies of #F61DB7
Complementary color
Monochromatic Colors of #F61DB7
Black with #F61DB7
Text Example
Text Example
White with #F61DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61DB7; }
p { color: rgb(246,29,183); }
H1.HeaderClassName
{
color: #F61DB7;
}
.AnyTagClassName
{
color: #F61DB7;
}
</style>
background-color css
<style>
a { background-color: #F61DB7; }
a { background-color: rgb(246,29,183); }
div.DivClassName
{
background-color: #F61DB7;
}
.BgClassName
{
background-color: #F61DB7;
}
</style>
border-color css
<style>
span { border-color: #F61DB7; }
span { border-color: rgb(246,29,183); }
td.TdClassName
{
border-color: #F61DB7;
}
.TagClassName
{
border-color: #F61DB7;
}
</style>