Shades of Spicy Pink #F01AB2
Tints of Spicy Pink #F01AB2
RGB
CMYK
RGB Variations
Color information
#F01AB2 (or 0xF01AB2) is known color: Spicy Pink. HEX triplet: F0, 1A and B2. RGB value is (240,26,178). Sum of RGB (Red+Green+Blue) = 240+26+178=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F01AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01AB2 is #0FE54D. Grayscale: #6A6A6A. Windows color (decimal): -1041742 or 11672304. OLE color: 11672304.
HSL color Cylindrical-coordinate representation of color #F01AB2: hue angle of 317.38º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01AB2 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 178 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.06 |
| HSL | 317.38º | 0.88% | 0.52% | - |
| HSV(B) | 317.38º | 0.89% | 0.94% | - |
| XYZ | 44.34 | 22.48 | 44.12 | - |
| YUV | 107.31 | 167.9 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 178 | 0 | 0.89 | 0.26 | 0.06 | 317.38 | 0.88 | 0.52 |
| Hex | F0 | 1A | B2 | 0 | 59 | 1A | 6 | 13D | 58 | 34 |
| Octal | 360 | 32 | 262 | 0 | 131 | 32 | 6 | 475 | 130 | 64 |
| Binary | 11110000 | 11010 | 10110010 | 0 | 1011001 | 11010 | 110 | 100111101 | 1011000 | 110100 |
Color Harmonies of #F01AB2
Complementary color
Monochromatic Colors of #F01AB2
Black with #F01AB2
Text Example
Text Example
White with #F01AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01AB2; }
p { color: rgb(240,26,178); }
H1.HeaderClassName
{
color: #F01AB2;
}
.AnyTagClassName
{
color: #F01AB2;
}
</style>
background-color css
<style>
a { background-color: #F01AB2; }
a { background-color: rgb(240,26,178); }
div.DivClassName
{
background-color: #F01AB2;
}
.BgClassName
{
background-color: #F01AB2;
}
</style>
border-color css
<style>
span { border-color: #F01AB2; }
span { border-color: rgb(240,26,178); }
td.TdClassName
{
border-color: #F01AB2;
}
.TagClassName
{
border-color: #F01AB2;
}
</style>