Shades of Spicy Pink #FF24BA
Tints of Spicy Pink #FF24BA
RGB
CMYK
RGB Variations
Color information
#FF24BA (or 0xFF24BA) is known color: Spicy Pink. HEX triplet: FF, 24 and BA. RGB value is (255,36,186). Sum of RGB (Red+Green+Blue) = 255+36+186=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 36 (14.45% from 255 or 7.55% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF24BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF24BA is #00DB45. Grayscale: #767676. Windows color (decimal): -56134 or 12199167. OLE color: 12199167.
HSL color Cylindrical-coordinate representation of color #FF24BA: hue angle of 318.9º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF24BA is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 186 | - |
| CMYK | 0 | 0.86 | 0.27 | 0 |
| HSL | 318.9º | 1% | 0.57% | - |
| HSV(B) | 318.9º | 0.86% | 1% | - |
| XYZ | 50.73 | 26.07 | 48.81 | - |
| YUV | 118.58 | 166.05 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 186 | 0 | 0.86 | 0.27 | 0 | 318.9 | 1 | 0.57 |
| Hex | FF | 24 | BA | 0 | 56 | 1B | 0 | 13F | 64 | 39 |
| Octal | 377 | 44 | 272 | 0 | 126 | 33 | 0 | 477 | 144 | 71 |
| Binary | 11111111 | 100100 | 10111010 | 0 | 1010110 | 11011 | 0 | 100111111 | 1100100 | 111001 |
Color Harmonies of #FF24BA
Complementary color
Monochromatic Colors of #FF24BA
Black with #FF24BA
Text Example
Text Example
White with #FF24BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF24BA; }
p { color: rgb(255,36,186); }
H1.HeaderClassName
{
color: #FF24BA;
}
.AnyTagClassName
{
color: #FF24BA;
}
</style>
background-color css
<style>
a { background-color: #FF24BA; }
a { background-color: rgb(255,36,186); }
div.DivClassName
{
background-color: #FF24BA;
}
.BgClassName
{
background-color: #FF24BA;
}
</style>
border-color css
<style>
span { border-color: #FF24BA; }
span { border-color: rgb(255,36,186); }
td.TdClassName
{
border-color: #FF24BA;
}
.TagClassName
{
border-color: #FF24BA;
}
</style>