Shades of Spicy Pink #F02AB1
Tints of Spicy Pink #F02AB1
RGB
CMYK
RGB Variations
Color information
#F02AB1 (or 0xF02AB1) is known color: Spicy Pink. HEX triplet: F0, 2A and B1. RGB value is (240,42,177). Sum of RGB (Red+Green+Blue) = 240+42+177=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 42 (16.80% from 255 or 9.15% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F02AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02AB1 is #0FD54E. Grayscale: #747474. Windows color (decimal): -1037647 or 11610864. OLE color: 11610864.
HSL color Cylindrical-coordinate representation of color #F02AB1: hue angle of 319.09º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02AB1 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 177 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.06 |
| HSL | 319.09º | 0.87% | 0.55% | - |
| HSV(B) | 319.09º | 0.83% | 0.94% | - |
| XYZ | 44.7 | 23.36 | 43.75 | - |
| YUV | 116.59 | 162.1 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 177 | 0 | 0.82 | 0.26 | 0.06 | 319.09 | 0.87 | 0.55 |
| Hex | F0 | 2A | B1 | 0 | 52 | 1A | 6 | 13F | 57 | 37 |
| Octal | 360 | 52 | 261 | 0 | 122 | 32 | 6 | 477 | 127 | 67 |
| Binary | 11110000 | 101010 | 10110001 | 0 | 1010010 | 11010 | 110 | 100111111 | 1010111 | 110111 |
Color Harmonies of #F02AB1
Complementary color
Monochromatic Colors of #F02AB1
Black with #F02AB1
Text Example
Text Example
White with #F02AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02AB1; }
p { color: rgb(240,42,177); }
H1.HeaderClassName
{
color: #F02AB1;
}
.AnyTagClassName
{
color: #F02AB1;
}
</style>
background-color css
<style>
a { background-color: #F02AB1; }
a { background-color: rgb(240,42,177); }
div.DivClassName
{
background-color: #F02AB1;
}
.BgClassName
{
background-color: #F02AB1;
}
</style>
border-color css
<style>
span { border-color: #F02AB1; }
span { border-color: rgb(240,42,177); }
td.TdClassName
{
border-color: #F02AB1;
}
.TagClassName
{
border-color: #F02AB1;
}
</style>