Shades of Spicy Pink #F020A6
Tints of Spicy Pink #F020A6
RGB
CMYK
RGB Variations
Color information
#F020A6 (or 0xF020A6) is known color: Spicy Pink. HEX triplet: F0, 20 and A6. RGB value is (240,32,166). Sum of RGB (Red+Green+Blue) = 240+32+166=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F020A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F020A6 is #0FDF59. Grayscale: #6D6D6D. Windows color (decimal): -1040218 or 10887408. OLE color: 10887408.
HSL color Cylindrical-coordinate representation of color #F020A6: hue angle of 321.35º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F020A6 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 166 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.06 |
| HSL | 321.35º | 0.87% | 0.53% | - |
| HSV(B) | 321.35º | 0.87% | 0.94% | - |
| XYZ | 43.33 | 22.31 | 38.1 | - |
| YUV | 109.47 | 159.91 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 166 | 0 | 0.87 | 0.31 | 0.06 | 321.35 | 0.87 | 0.53 |
| Hex | F0 | 20 | A6 | 0 | 57 | 1F | 6 | 141 | 57 | 35 |
| Octal | 360 | 40 | 246 | 0 | 127 | 37 | 6 | 501 | 127 | 65 |
| Binary | 11110000 | 100000 | 10100110 | 0 | 1010111 | 11111 | 110 | 101000001 | 1010111 | 110101 |
Color Harmonies of #F020A6
Complementary color
Monochromatic Colors of #F020A6
Black with #F020A6
Text Example
Text Example
White with #F020A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F020A6; }
p { color: rgb(240,32,166); }
H1.HeaderClassName
{
color: #F020A6;
}
.AnyTagClassName
{
color: #F020A6;
}
</style>
background-color css
<style>
a { background-color: #F020A6; }
a { background-color: rgb(240,32,166); }
div.DivClassName
{
background-color: #F020A6;
}
.BgClassName
{
background-color: #F020A6;
}
</style>
border-color css
<style>
span { border-color: #F020A6; }
span { border-color: rgb(240,32,166); }
td.TdClassName
{
border-color: #F020A6;
}
.TagClassName
{
border-color: #F020A6;
}
</style>