Shades of Spicy Pink #F02AB2
Tints of Spicy Pink #F02AB2
RGB
CMYK
RGB Variations
Color information
#F02AB2 (or 0xF02AB2) is known color: Spicy Pink. HEX triplet: F0, 2A and B2. RGB value is (240,42,178). Sum of RGB (Red+Green+Blue) = 240+42+178=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F02AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02AB2 is #0FD54D. Grayscale: #747474. Windows color (decimal): -1037646 or 11676400. OLE color: 11676400.
HSL color Cylindrical-coordinate representation of color #F02AB2: hue angle of 318.79º 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 #F02AB2 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 178 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.06 |
| HSL | 318.79º | 0.87% | 0.55% | - |
| HSV(B) | 318.79º | 0.83% | 0.94% | - |
| XYZ | 44.8 | 23.4 | 44.27 | - |
| YUV | 116.71 | 162.6 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 178 | 0 | 0.82 | 0.26 | 0.06 | 318.79 | 0.87 | 0.55 |
| Hex | F0 | 2A | B2 | 0 | 52 | 1A | 6 | 13F | 57 | 37 |
| Octal | 360 | 52 | 262 | 0 | 122 | 32 | 6 | 477 | 127 | 67 |
| Binary | 11110000 | 101010 | 10110010 | 0 | 1010010 | 11010 | 110 | 100111111 | 1010111 | 110111 |
Color Harmonies of #F02AB2
Complementary color
Monochromatic Colors of #F02AB2
Black with #F02AB2
Text Example
Text Example
White with #F02AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02AB2; }
p { color: rgb(240,42,178); }
H1.HeaderClassName
{
color: #F02AB2;
}
.AnyTagClassName
{
color: #F02AB2;
}
</style>
background-color css
<style>
a { background-color: #F02AB2; }
a { background-color: rgb(240,42,178); }
div.DivClassName
{
background-color: #F02AB2;
}
.BgClassName
{
background-color: #F02AB2;
}
</style>
border-color css
<style>
span { border-color: #F02AB2; }
span { border-color: rgb(240,42,178); }
td.TdClassName
{
border-color: #F02AB2;
}
.TagClassName
{
border-color: #F02AB2;
}
</style>