Shades of Spicy Pink #F024BB
Tints of Spicy Pink #F024BB
RGB
CMYK
RGB Variations
Color information
#F024BB (or 0xF024BB) is known color: Spicy Pink. HEX triplet: F0, 24 and BB. RGB value is (240,36,187). Sum of RGB (Red+Green+Blue) = 240+36+187=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F024BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F024BB is #0FDB44. Grayscale: #717171. Windows color (decimal): -1039173 or 12264688. OLE color: 12264688.
HSL color Cylindrical-coordinate representation of color #F024BB: hue angle of 315.59º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F024BB is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 187 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.06 |
| HSL | 315.59º | 0.87% | 0.54% | - |
| HSV(B) | 315.59º | 0.85% | 0.94% | - |
| XYZ | 45.54 | 23.37 | 49.13 | - |
| YUV | 114.21 | 169.09 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 187 | 0 | 0.85 | 0.22 | 0.06 | 315.59 | 0.87 | 0.54 |
| Hex | F0 | 24 | BB | 0 | 55 | 16 | 6 | 13C | 57 | 36 |
| Octal | 360 | 44 | 273 | 0 | 125 | 26 | 6 | 474 | 127 | 66 |
| Binary | 11110000 | 100100 | 10111011 | 0 | 1010101 | 10110 | 110 | 100111100 | 1010111 | 110110 |
Color Harmonies of #F024BB
Complementary color
Monochromatic Colors of #F024BB
Black with #F024BB
Text Example
Text Example
White with #F024BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F024BB; }
p { color: rgb(240,36,187); }
H1.HeaderClassName
{
color: #F024BB;
}
.AnyTagClassName
{
color: #F024BB;
}
</style>
background-color css
<style>
a { background-color: #F024BB; }
a { background-color: rgb(240,36,187); }
div.DivClassName
{
background-color: #F024BB;
}
.BgClassName
{
background-color: #F024BB;
}
</style>
border-color css
<style>
span { border-color: #F024BB; }
span { border-color: rgb(240,36,187); }
td.TdClassName
{
border-color: #F024BB;
}
.TagClassName
{
border-color: #F024BB;
}
</style>