Shades of Spicy Pink #F621AD
Tints of Spicy Pink #F621AD
RGB
CMYK
RGB Variations
Color information
#F621AD (or 0xF621AD) is known color: Spicy Pink. HEX triplet: F6, 21 and AD. RGB value is (246,33,173). Sum of RGB (Red+Green+Blue) = 246+33+173=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 33 (13.28% from 255 or 7.30% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F621AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F621AD is #09DE52. Grayscale: #707070. Windows color (decimal): -646739 or 11346422. OLE color: 11346422.
HSL color Cylindrical-coordinate representation of color #F621AD: hue angle of 320.56º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F621AD is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 173 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.04 |
| HSL | 320.56º | 0.92% | 0.55% | - |
| HSV(B) | 320.56º | 0.87% | 0.96% | - |
| XYZ | 46.09 | 23.7 | 41.68 | - |
| YUV | 112.65 | 162.07 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 173 | 0 | 0.87 | 0.30 | 0.04 | 320.56 | 0.92 | 0.55 |
| Hex | F6 | 21 | AD | 0 | 57 | 1E | 4 | 141 | 5C | 37 |
| Octal | 366 | 41 | 255 | 0 | 127 | 36 | 4 | 501 | 134 | 67 |
| Binary | 11110110 | 100001 | 10101101 | 0 | 1010111 | 11110 | 100 | 101000001 | 1011100 | 110111 |
Color Harmonies of #F621AD
Complementary color
Monochromatic Colors of #F621AD
Black with #F621AD
Text Example
Text Example
White with #F621AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F621AD; }
p { color: rgb(246,33,173); }
H1.HeaderClassName
{
color: #F621AD;
}
.AnyTagClassName
{
color: #F621AD;
}
</style>
background-color css
<style>
a { background-color: #F621AD; }
a { background-color: rgb(246,33,173); }
div.DivClassName
{
background-color: #F621AD;
}
.BgClassName
{
background-color: #F621AD;
}
</style>
border-color css
<style>
span { border-color: #F621AD; }
span { border-color: rgb(246,33,173); }
td.TdClassName
{
border-color: #F621AD;
}
.TagClassName
{
border-color: #F621AD;
}
</style>