Shades of Spicy Pink #FF24BF
Tints of Spicy Pink #FF24BF
RGB
CMYK
RGB Variations
Color information
#FF24BF (or 0xFF24BF) is known color: Spicy Pink. HEX triplet: FF, 24 and BF. RGB value is (255,36,191). Sum of RGB (Red+Green+Blue) = 255+36+191=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF24BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF24BF is #00DB40. Grayscale: #767676. Windows color (decimal): -56129 or 12526847. OLE color: 12526847.
HSL color Cylindrical-coordinate representation of color #FF24BF: hue angle of 317.53º 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 #FF24BF is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 191 | - |
| CMYK | 0 | 0.86 | 0.25 | 0 |
| HSL | 317.53º | 1% | 0.57% | - |
| HSV(B) | 317.53º | 0.86% | 1% | - |
| XYZ | 51.27 | 26.28 | 51.66 | - |
| YUV | 119.15 | 168.55 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 191 | 0 | 0.86 | 0.25 | 0 | 317.53 | 1 | 0.57 |
| Hex | FF | 24 | BF | 0 | 56 | 19 | 0 | 13E | 64 | 39 |
| Octal | 377 | 44 | 277 | 0 | 126 | 31 | 0 | 476 | 144 | 71 |
| Binary | 11111111 | 100100 | 10111111 | 0 | 1010110 | 11001 | 0 | 100111110 | 1100100 | 111001 |
Color Harmonies of #FF24BF
Complementary color
Monochromatic Colors of #FF24BF
Black with #FF24BF
Text Example
Text Example
White with #FF24BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF24BF; }
p { color: rgb(255,36,191); }
H1.HeaderClassName
{
color: #FF24BF;
}
.AnyTagClassName
{
color: #FF24BF;
}
</style>
background-color css
<style>
a { background-color: #FF24BF; }
a { background-color: rgb(255,36,191); }
div.DivClassName
{
background-color: #FF24BF;
}
.BgClassName
{
background-color: #FF24BF;
}
</style>
border-color css
<style>
span { border-color: #FF24BF; }
span { border-color: rgb(255,36,191); }
td.TdClassName
{
border-color: #FF24BF;
}
.TagClassName
{
border-color: #FF24BF;
}
</style>