Shades of Spicy Pink #F021B3
Tints of Spicy Pink #F021B3
RGB
CMYK
RGB Variations
Color information
#F021B3 (or 0xF021B3) is known color: Spicy Pink. HEX triplet: F0, 21 and B3. RGB value is (240,33,179). Sum of RGB (Red+Green+Blue) = 240+33+179=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 33 (13.28% from 255 or 7.30% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F021B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F021B3 is #0FDE4C. Grayscale: #6F6F6F. Windows color (decimal): -1039949 or 11739632. OLE color: 11739632.
HSL color Cylindrical-coordinate representation of color #F021B3: hue angle of 317.68º 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 #F021B3 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 179 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.06 |
| HSL | 317.68º | 0.87% | 0.54% | - |
| HSV(B) | 317.68º | 0.86% | 0.94% | - |
| XYZ | 44.62 | 22.87 | 44.71 | - |
| YUV | 111.54 | 166.08 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 179 | 0 | 0.86 | 0.25 | 0.06 | 317.68 | 0.87 | 0.54 |
| Hex | F0 | 21 | B3 | 0 | 56 | 19 | 6 | 13E | 57 | 36 |
| Octal | 360 | 41 | 263 | 0 | 126 | 31 | 6 | 476 | 127 | 66 |
| Binary | 11110000 | 100001 | 10110011 | 0 | 1010110 | 11001 | 110 | 100111110 | 1010111 | 110110 |
Color Harmonies of #F021B3
Complementary color
Monochromatic Colors of #F021B3
Black with #F021B3
Text Example
Text Example
White with #F021B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F021B3; }
p { color: rgb(240,33,179); }
H1.HeaderClassName
{
color: #F021B3;
}
.AnyTagClassName
{
color: #F021B3;
}
</style>
background-color css
<style>
a { background-color: #F021B3; }
a { background-color: rgb(240,33,179); }
div.DivClassName
{
background-color: #F021B3;
}
.BgClassName
{
background-color: #F021B3;
}
</style>
border-color css
<style>
span { border-color: #F021B3; }
span { border-color: rgb(240,33,179); }
td.TdClassName
{
border-color: #F021B3;
}
.TagClassName
{
border-color: #F021B3;
}
</style>