Shades of Spicy Pink #F021B8
Tints of Spicy Pink #F021B8
RGB
CMYK
RGB Variations
Color information
#F021B8 (or 0xF021B8) is known color: Spicy Pink. HEX triplet: F0, 21 and B8. RGB value is (240,33,184). Sum of RGB (Red+Green+Blue) = 240+33+184=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 33 (13.28% from 255 or 7.22% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F021B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F021B8 is #0FDE47. Grayscale: #6F6F6F. Windows color (decimal): -1039944 or 12067312. OLE color: 12067312.
HSL color Cylindrical-coordinate representation of color #F021B8: hue angle of 316.23º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F021B8 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 184 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.06 |
| HSL | 316.23º | 0.87% | 0.54% | - |
| HSV(B) | 316.23º | 0.86% | 0.94% | - |
| XYZ | 45.13 | 23.07 | 47.42 | - |
| YUV | 112.11 | 168.58 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 184 | 0 | 0.86 | 0.23 | 0.06 | 316.23 | 0.87 | 0.54 |
| Hex | F0 | 21 | B8 | 0 | 56 | 17 | 6 | 13C | 57 | 36 |
| Octal | 360 | 41 | 270 | 0 | 126 | 27 | 6 | 474 | 127 | 66 |
| Binary | 11110000 | 100001 | 10111000 | 0 | 1010110 | 10111 | 110 | 100111100 | 1010111 | 110110 |
Color Harmonies of #F021B8
Complementary color
Monochromatic Colors of #F021B8
Black with #F021B8
Text Example
Text Example
White with #F021B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F021B8; }
p { color: rgb(240,33,184); }
H1.HeaderClassName
{
color: #F021B8;
}
.AnyTagClassName
{
color: #F021B8;
}
</style>
background-color css
<style>
a { background-color: #F021B8; }
a { background-color: rgb(240,33,184); }
div.DivClassName
{
background-color: #F021B8;
}
.BgClassName
{
background-color: #F021B8;
}
</style>
border-color css
<style>
span { border-color: #F021B8; }
span { border-color: rgb(240,33,184); }
td.TdClassName
{
border-color: #F021B8;
}
.TagClassName
{
border-color: #F021B8;
}
</style>