Shades of Spicy Pink #F01AAA
Tints of Spicy Pink #F01AAA
RGB
CMYK
RGB Variations
Color information
#F01AAA (or 0xF01AAA) is known color: Spicy Pink. HEX triplet: F0, 1A and AA. RGB value is (240,26,170). Sum of RGB (Red+Green+Blue) = 240+26+170=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F01AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01AAA is #0FE555. Grayscale: #6A6A6A. Windows color (decimal): -1041750 or 11148016. OLE color: 11148016.
HSL color Cylindrical-coordinate representation of color #F01AAA: hue angle of 319.63º 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 #F01AAA is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 170 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.06 |
| HSL | 319.63º | 0.88% | 0.52% | - |
| HSV(B) | 319.63º | 0.89% | 0.94% | - |
| XYZ | 43.56 | 22.17 | 40.01 | - |
| YUV | 106.4 | 163.9 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 170 | 0 | 0.89 | 0.29 | 0.06 | 319.63 | 0.88 | 0.52 |
| Hex | F0 | 1A | AA | 0 | 59 | 1D | 6 | 140 | 58 | 34 |
| Octal | 360 | 32 | 252 | 0 | 131 | 35 | 6 | 500 | 130 | 64 |
| Binary | 11110000 | 11010 | 10101010 | 0 | 1011001 | 11101 | 110 | 101000000 | 1011000 | 110100 |
Color Harmonies of #F01AAA
Complementary color
Monochromatic Colors of #F01AAA
Black with #F01AAA
Text Example
Text Example
White with #F01AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01AAA; }
p { color: rgb(240,26,170); }
H1.HeaderClassName
{
color: #F01AAA;
}
.AnyTagClassName
{
color: #F01AAA;
}
</style>
background-color css
<style>
a { background-color: #F01AAA; }
a { background-color: rgb(240,26,170); }
div.DivClassName
{
background-color: #F01AAA;
}
.BgClassName
{
background-color: #F01AAA;
}
</style>
border-color css
<style>
span { border-color: #F01AAA; }
span { border-color: rgb(240,26,170); }
td.TdClassName
{
border-color: #F01AAA;
}
.TagClassName
{
border-color: #F01AAA;
}
</style>