Shades of Spicy Pink #F01BAC
Tints of Spicy Pink #F01BAC
RGB
CMYK
RGB Variations
Color information
#F01BAC (or 0xF01BAC) is known color: Spicy Pink. HEX triplet: F0, 1B and AC. RGB value is (240,27,172). Sum of RGB (Red+Green+Blue) = 240+27+172=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01BAC is #0FE453. Grayscale: #6A6A6A. Windows color (decimal): -1041492 or 11279344. OLE color: 11279344.
HSL color Cylindrical-coordinate representation of color #F01BAC: hue angle of 319.15º 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 #F01BAC is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 27 | 172 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.06 |
| HSL | 319.15º | 0.88% | 0.52% | - |
| HSV(B) | 319.15º | 0.89% | 0.94% | - |
| XYZ | 43.77 | 22.29 | 41.02 | - |
| YUV | 107.22 | 164.57 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 27 | 172 | 0 | 0.89 | 0.28 | 0.06 | 319.15 | 0.88 | 0.52 |
| Hex | F0 | 1B | AC | 0 | 59 | 1C | 6 | 13F | 58 | 34 |
| Octal | 360 | 33 | 254 | 0 | 131 | 34 | 6 | 477 | 130 | 64 |
| Binary | 11110000 | 11011 | 10101100 | 0 | 1011001 | 11100 | 110 | 100111111 | 1011000 | 110100 |
Color Harmonies of #F01BAC
Complementary color
Monochromatic Colors of #F01BAC
Black with #F01BAC
Text Example
Text Example
White with #F01BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01BAC; }
p { color: rgb(240,27,172); }
H1.HeaderClassName
{
color: #F01BAC;
}
.AnyTagClassName
{
color: #F01BAC;
}
</style>
background-color css
<style>
a { background-color: #F01BAC; }
a { background-color: rgb(240,27,172); }
div.DivClassName
{
background-color: #F01BAC;
}
.BgClassName
{
background-color: #F01BAC;
}
</style>
border-color css
<style>
span { border-color: #F01BAC; }
span { border-color: rgb(240,27,172); }
td.TdClassName
{
border-color: #F01BAC;
}
.TagClassName
{
border-color: #F01BAC;
}
</style>