Shades of Spicy Pink #F01BA5
Tints of Spicy Pink #F01BA5
RGB
CMYK
RGB Variations
Color information
#F01BA5 (or 0xF01BA5) is known color: Spicy Pink. HEX triplet: F0, 1B and A5. RGB value is (240,27,165). Sum of RGB (Red+Green+Blue) = 240+27+165=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01BA5 is #0FE45A. Grayscale: #6A6A6A. Windows color (decimal): -1041499 or 10820592. OLE color: 10820592.
HSL color Cylindrical-coordinate representation of color #F01BA5: hue angle of 321.13º 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 #F01BA5 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 27 | 165 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.06 |
| HSL | 321.13º | 0.88% | 0.52% | - |
| HSV(B) | 321.13º | 0.89% | 0.94% | - |
| XYZ | 43.12 | 22.03 | 37.58 | - |
| YUV | 106.42 | 161.07 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 27 | 165 | 0 | 0.89 | 0.31 | 0.06 | 321.13 | 0.88 | 0.52 |
| Hex | F0 | 1B | A5 | 0 | 59 | 1F | 6 | 141 | 58 | 34 |
| Octal | 360 | 33 | 245 | 0 | 131 | 37 | 6 | 501 | 130 | 64 |
| Binary | 11110000 | 11011 | 10100101 | 0 | 1011001 | 11111 | 110 | 101000001 | 1011000 | 110100 |
Color Harmonies of #F01BA5
Complementary color
Monochromatic Colors of #F01BA5
Black with #F01BA5
Text Example
Text Example
White with #F01BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01BA5; }
p { color: rgb(240,27,165); }
H1.HeaderClassName
{
color: #F01BA5;
}
.AnyTagClassName
{
color: #F01BA5;
}
</style>
background-color css
<style>
a { background-color: #F01BA5; }
a { background-color: rgb(240,27,165); }
div.DivClassName
{
background-color: #F01BA5;
}
.BgClassName
{
background-color: #F01BA5;
}
</style>
border-color css
<style>
span { border-color: #F01BA5; }
span { border-color: rgb(240,27,165); }
td.TdClassName
{
border-color: #F01BA5;
}
.TagClassName
{
border-color: #F01BA5;
}
</style>