Shades of Spicy Pink #F01BA6
Tints of Spicy Pink #F01BA6
RGB
CMYK
RGB Variations
Color information
#F01BA6 (or 0xF01BA6) is known color: Spicy Pink. HEX triplet: F0, 1B and A6. RGB value is (240,27,166). Sum of RGB (Red+Green+Blue) = 240+27+166=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01BA6 is #0FE459. Grayscale: #6A6A6A. Windows color (decimal): -1041498 or 10886128. OLE color: 10886128.
HSL color Cylindrical-coordinate representation of color #F01BA6: hue angle of 320.85º 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 #F01BA6 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 27 | 166 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.06 |
| HSL | 320.85º | 0.88% | 0.52% | - |
| HSV(B) | 320.85º | 0.89% | 0.94% | - |
| XYZ | 43.21 | 22.06 | 38.06 | - |
| YUV | 106.53 | 161.57 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 27 | 166 | 0 | 0.89 | 0.31 | 0.06 | 320.85 | 0.88 | 0.52 |
| Hex | F0 | 1B | A6 | 0 | 59 | 1F | 6 | 141 | 58 | 34 |
| Octal | 360 | 33 | 246 | 0 | 131 | 37 | 6 | 501 | 130 | 64 |
| Binary | 11110000 | 11011 | 10100110 | 0 | 1011001 | 11111 | 110 | 101000001 | 1011000 | 110100 |
Color Harmonies of #F01BA6
Complementary color
Monochromatic Colors of #F01BA6
Black with #F01BA6
Text Example
Text Example
White with #F01BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01BA6; }
p { color: rgb(240,27,166); }
H1.HeaderClassName
{
color: #F01BA6;
}
.AnyTagClassName
{
color: #F01BA6;
}
</style>
background-color css
<style>
a { background-color: #F01BA6; }
a { background-color: rgb(240,27,166); }
div.DivClassName
{
background-color: #F01BA6;
}
.BgClassName
{
background-color: #F01BA6;
}
</style>
border-color css
<style>
span { border-color: #F01BA6; }
span { border-color: rgb(240,27,166); }
td.TdClassName
{
border-color: #F01BA6;
}
.TagClassName
{
border-color: #F01BA6;
}
</style>