Shades of Spicy Pink #FF24BD
Tints of Spicy Pink #FF24BD
RGB
CMYK
RGB Variations
Color information
#FF24BD (or 0xFF24BD) is known color: Spicy Pink. HEX triplet: FF, 24 and BD. RGB value is (255,36,189). Sum of RGB (Red+Green+Blue) = 255+36+189=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 36 (14.45% from 255 or 7.5% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF24BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF24BD is #00DB42. Grayscale: #767676. Windows color (decimal): -56131 or 12395775. OLE color: 12395775.
HSL color Cylindrical-coordinate representation of color #FF24BD: hue angle of 318.08º 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 #FF24BD is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 189 | - |
| CMYK | 0 | 0.86 | 0.26 | 0 |
| HSL | 318.08º | 1% | 0.57% | - |
| HSV(B) | 318.08º | 0.86% | 1% | - |
| XYZ | 51.06 | 26.2 | 50.51 | - |
| YUV | 118.92 | 167.55 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 189 | 0 | 0.86 | 0.26 | 0 | 318.08 | 1 | 0.57 |
| Hex | FF | 24 | BD | 0 | 56 | 1A | 0 | 13E | 64 | 39 |
| Octal | 377 | 44 | 275 | 0 | 126 | 32 | 0 | 476 | 144 | 71 |
| Binary | 11111111 | 100100 | 10111101 | 0 | 1010110 | 11010 | 0 | 100111110 | 1100100 | 111001 |
Color Harmonies of #FF24BD
Complementary color
Monochromatic Colors of #FF24BD
Black with #FF24BD
Text Example
Text Example
White with #FF24BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF24BD; }
p { color: rgb(255,36,189); }
H1.HeaderClassName
{
color: #FF24BD;
}
.AnyTagClassName
{
color: #FF24BD;
}
</style>
background-color css
<style>
a { background-color: #FF24BD; }
a { background-color: rgb(255,36,189); }
div.DivClassName
{
background-color: #FF24BD;
}
.BgClassName
{
background-color: #FF24BD;
}
</style>
border-color css
<style>
span { border-color: #FF24BD; }
span { border-color: rgb(255,36,189); }
td.TdClassName
{
border-color: #FF24BD;
}
.TagClassName
{
border-color: #FF24BD;
}
</style>