Shades of Spicy Pink #F01BA8
Tints of Spicy Pink #F01BA8
RGB
CMYK
RGB Variations
Color information
#F01BA8 (or 0xF01BA8) is known color: Spicy Pink. HEX triplet: F0, 1B and A8. RGB value is (240,27,168). Sum of RGB (Red+Green+Blue) = 240+27+168=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01BA8 is #0FE457. Grayscale: #6A6A6A. Windows color (decimal): -1041496 or 11017200. OLE color: 11017200.
HSL color Cylindrical-coordinate representation of color #F01BA8: hue angle of 320.28º 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 #F01BA8 is Cyan = 0, Magento = 0.89, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 27 | 168 | - |
| CMYK | 0 | 0.89 | 0.3 | 0.06 |
| HSL | 320.28º | 0.88% | 0.52% | - |
| HSV(B) | 320.28º | 0.89% | 0.94% | - |
| XYZ | 43.4 | 22.14 | 39.03 | - |
| YUV | 106.76 | 162.57 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 27 | 168 | 0 | 0.89 | 0.3 | 0.06 | 320.28 | 0.88 | 0.52 |
| Hex | F0 | 1B | A8 | 0 | 59 | 1E | 6 | 140 | 58 | 34 |
| Octal | 360 | 33 | 250 | 0 | 131 | 36 | 6 | 500 | 130 | 64 |
| Binary | 11110000 | 11011 | 10101000 | 0 | 1011001 | 11110 | 110 | 101000000 | 1011000 | 110100 |
Color Harmonies of #F01BA8
Complementary color
Monochromatic Colors of #F01BA8
Black with #F01BA8
Text Example
Text Example
White with #F01BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01BA8; }
p { color: rgb(240,27,168); }
H1.HeaderClassName
{
color: #F01BA8;
}
.AnyTagClassName
{
color: #F01BA8;
}
</style>
background-color css
<style>
a { background-color: #F01BA8; }
a { background-color: rgb(240,27,168); }
div.DivClassName
{
background-color: #F01BA8;
}
.BgClassName
{
background-color: #F01BA8;
}
</style>
border-color css
<style>
span { border-color: #F01BA8; }
span { border-color: rgb(240,27,168); }
td.TdClassName
{
border-color: #F01BA8;
}
.TagClassName
{
border-color: #F01BA8;
}
</style>