Shades of Spicy Pink #F02AB8
Tints of Spicy Pink #F02AB8
RGB
CMYK
RGB Variations
Color information
#F02AB8 (or 0xF02AB8) is known color: Spicy Pink. HEX triplet: F0, 2A and B8. RGB value is (240,42,184). Sum of RGB (Red+Green+Blue) = 240+42+184=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F02AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02AB8 is #0FD547. Grayscale: #757575. Windows color (decimal): -1037640 or 12069616. OLE color: 12069616.
HSL color Cylindrical-coordinate representation of color #F02AB8: hue angle of 316.97º 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 #F02AB8 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 184 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.06 |
| HSL | 316.97º | 0.87% | 0.55% | - |
| HSV(B) | 316.97º | 0.83% | 0.94% | - |
| XYZ | 45.41 | 23.64 | 47.52 | - |
| YUV | 117.39 | 165.6 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 184 | 0 | 0.82 | 0.23 | 0.06 | 316.97 | 0.87 | 0.55 |
| Hex | F0 | 2A | B8 | 0 | 52 | 17 | 6 | 13D | 57 | 37 |
| Octal | 360 | 52 | 270 | 0 | 122 | 27 | 6 | 475 | 127 | 67 |
| Binary | 11110000 | 101010 | 10111000 | 0 | 1010010 | 10111 | 110 | 100111101 | 1010111 | 110111 |
Color Harmonies of #F02AB8
Complementary color
Monochromatic Colors of #F02AB8
Black with #F02AB8
Text Example
Text Example
White with #F02AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02AB8; }
p { color: rgb(240,42,184); }
H1.HeaderClassName
{
color: #F02AB8;
}
.AnyTagClassName
{
color: #F02AB8;
}
</style>
background-color css
<style>
a { background-color: #F02AB8; }
a { background-color: rgb(240,42,184); }
div.DivClassName
{
background-color: #F02AB8;
}
.BgClassName
{
background-color: #F02AB8;
}
</style>
border-color css
<style>
span { border-color: #F02AB8; }
span { border-color: rgb(240,42,184); }
td.TdClassName
{
border-color: #F02AB8;
}
.TagClassName
{
border-color: #F02AB8;
}
</style>