Shades of Spicy Pink #F01BA4
Tints of Spicy Pink #F01BA4
RGB
CMYK
RGB Variations
Color information
#F01BA4 (or 0xF01BA4) is known color: Spicy Pink. HEX triplet: F0, 1B and A4. RGB value is (240,27,164). Sum of RGB (Red+Green+Blue) = 240+27+164=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01BA4 is #0FE45B. Grayscale: #696969. Windows color (decimal): -1041500 or 10755056. OLE color: 10755056.
HSL color Cylindrical-coordinate representation of color #F01BA4: hue angle of 321.41º 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 #F01BA4 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 27 | 164 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.06 |
| HSL | 321.41º | 0.88% | 0.52% | - |
| HSV(B) | 321.41º | 0.89% | 0.94% | - |
| XYZ | 43.03 | 21.99 | 37.1 | - |
| YUV | 106.31 | 160.57 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 27 | 164 | 0 | 0.89 | 0.32 | 0.06 | 321.41 | 0.88 | 0.52 |
| Hex | F0 | 1B | A4 | 0 | 59 | 20 | 6 | 141 | 58 | 34 |
| Octal | 360 | 33 | 244 | 0 | 131 | 40 | 6 | 501 | 130 | 64 |
| Binary | 11110000 | 11011 | 10100100 | 0 | 1011001 | 100000 | 110 | 101000001 | 1011000 | 110100 |
Color Harmonies of #F01BA4
Complementary color
Monochromatic Colors of #F01BA4
Black with #F01BA4
Text Example
Text Example
White with #F01BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01BA4; }
p { color: rgb(240,27,164); }
H1.HeaderClassName
{
color: #F01BA4;
}
.AnyTagClassName
{
color: #F01BA4;
}
</style>
background-color css
<style>
a { background-color: #F01BA4; }
a { background-color: rgb(240,27,164); }
div.DivClassName
{
background-color: #F01BA4;
}
.BgClassName
{
background-color: #F01BA4;
}
</style>
border-color css
<style>
span { border-color: #F01BA4; }
span { border-color: rgb(240,27,164); }
td.TdClassName
{
border-color: #F01BA4;
}
.TagClassName
{
border-color: #F01BA4;
}
</style>