Shades of Spicy Pink #F61DAE
Tints of Spicy Pink #F61DAE
RGB
CMYK
RGB Variations
Color information
#F61DAE (or 0xF61DAE) is known color: Spicy Pink. HEX triplet: F6, 1D and AE. RGB value is (246,29,174). Sum of RGB (Red+Green+Blue) = 246+29+174=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F61DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61DAE is #09E251. Grayscale: #6E6E6E. Windows color (decimal): -647762 or 11410934. OLE color: 11410934.
HSL color Cylindrical-coordinate representation of color #F61DAE: hue angle of 319.91º 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 #F61DAE is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 174 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.04 |
| HSL | 319.91º | 0.92% | 0.54% | - |
| HSV(B) | 319.91º | 0.88% | 0.96% | - |
| XYZ | 46.09 | 23.53 | 42.16 | - |
| YUV | 110.41 | 163.89 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 174 | 0 | 0.88 | 0.29 | 0.04 | 319.91 | 0.92 | 0.54 |
| Hex | F6 | 1D | AE | 0 | 58 | 1D | 4 | 140 | 5C | 36 |
| Octal | 366 | 35 | 256 | 0 | 130 | 35 | 4 | 500 | 134 | 66 |
| Binary | 11110110 | 11101 | 10101110 | 0 | 1011000 | 11101 | 100 | 101000000 | 1011100 | 110110 |
Color Harmonies of #F61DAE
Complementary color
Monochromatic Colors of #F61DAE
Black with #F61DAE
Text Example
Text Example
White with #F61DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61DAE; }
p { color: rgb(246,29,174); }
H1.HeaderClassName
{
color: #F61DAE;
}
.AnyTagClassName
{
color: #F61DAE;
}
</style>
background-color css
<style>
a { background-color: #F61DAE; }
a { background-color: rgb(246,29,174); }
div.DivClassName
{
background-color: #F61DAE;
}
.BgClassName
{
background-color: #F61DAE;
}
</style>
border-color css
<style>
span { border-color: #F61DAE; }
span { border-color: rgb(246,29,174); }
td.TdClassName
{
border-color: #F61DAE;
}
.TagClassName
{
border-color: #F61DAE;
}
</style>