Shades of Spicy Pink #F024B5
Tints of Spicy Pink #F024B5
RGB
CMYK
RGB Variations
Color information
#F024B5 (or 0xF024B5) is known color: Spicy Pink. HEX triplet: F0, 24 and B5. RGB value is (240,36,181). Sum of RGB (Red+Green+Blue) = 240+36+181=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 36 (14.45% from 255 or 7.88% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F024B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F024B5 is #0FDB4A. Grayscale: #717171. Windows color (decimal): -1039179 or 11871472. OLE color: 11871472.
HSL color Cylindrical-coordinate representation of color #F024B5: hue angle of 317.35º 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 #F024B5 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 181 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.06 |
| HSL | 317.35º | 0.87% | 0.54% | - |
| HSV(B) | 317.35º | 0.85% | 0.94% | - |
| XYZ | 44.91 | 23.12 | 45.81 | - |
| YUV | 113.53 | 166.09 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 181 | 0 | 0.85 | 0.25 | 0.06 | 317.35 | 0.87 | 0.54 |
| Hex | F0 | 24 | B5 | 0 | 55 | 19 | 6 | 13D | 57 | 36 |
| Octal | 360 | 44 | 265 | 0 | 125 | 31 | 6 | 475 | 127 | 66 |
| Binary | 11110000 | 100100 | 10110101 | 0 | 1010101 | 11001 | 110 | 100111101 | 1010111 | 110110 |
Color Harmonies of #F024B5
Complementary color
Monochromatic Colors of #F024B5
Black with #F024B5
Text Example
Text Example
White with #F024B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F024B5; }
p { color: rgb(240,36,181); }
H1.HeaderClassName
{
color: #F024B5;
}
.AnyTagClassName
{
color: #F024B5;
}
</style>
background-color css
<style>
a { background-color: #F024B5; }
a { background-color: rgb(240,36,181); }
div.DivClassName
{
background-color: #F024B5;
}
.BgClassName
{
background-color: #F024B5;
}
</style>
border-color css
<style>
span { border-color: #F024B5; }
span { border-color: rgb(240,36,181); }
td.TdClassName
{
border-color: #F024B5;
}
.TagClassName
{
border-color: #F024B5;
}
</style>