Shades of Spicy Pink #F424B5
Tints of Spicy Pink #F424B5
RGB
CMYK
RGB Variations
Color information
#F424B5 (or 0xF424B5) is known color: Spicy Pink. HEX triplet: F4, 24 and B5. RGB value is (244,36,181). Sum of RGB (Red+Green+Blue) = 244+36+181=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F424B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F424B5 is #0BDB4A. Grayscale: #727272. Windows color (decimal): -777035 or 11871476. OLE color: 11871476.
HSL color Cylindrical-coordinate representation of color #F424B5: hue angle of 318.17º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F424B5 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 181 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.04 |
| HSL | 318.17º | 0.9% | 0.55% | - |
| HSV(B) | 318.17º | 0.85% | 0.96% | - |
| XYZ | 46.28 | 23.83 | 45.88 | - |
| YUV | 114.72 | 165.41 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 181 | 0 | 0.85 | 0.26 | 0.04 | 318.17 | 0.9 | 0.55 |
| Hex | F4 | 24 | B5 | 0 | 55 | 1A | 4 | 13E | 5A | 37 |
| Octal | 364 | 44 | 265 | 0 | 125 | 32 | 4 | 476 | 132 | 67 |
| Binary | 11110100 | 100100 | 10110101 | 0 | 1010101 | 11010 | 100 | 100111110 | 1011010 | 110111 |
Color Harmonies of #F424B5
Complementary color
Monochromatic Colors of #F424B5
Black with #F424B5
Text Example
Text Example
White with #F424B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F424B5; }
p { color: rgb(244,36,181); }
H1.HeaderClassName
{
color: #F424B5;
}
.AnyTagClassName
{
color: #F424B5;
}
</style>
background-color css
<style>
a { background-color: #F424B5; }
a { background-color: rgb(244,36,181); }
div.DivClassName
{
background-color: #F424B5;
}
.BgClassName
{
background-color: #F424B5;
}
</style>
border-color css
<style>
span { border-color: #F424B5; }
span { border-color: rgb(244,36,181); }
td.TdClassName
{
border-color: #F424B5;
}
.TagClassName
{
border-color: #F424B5;
}
</style>