Shades of Spicy Pink #FB24BA
Tints of Spicy Pink #FB24BA
RGB
CMYK
RGB Variations
Color information
#FB24BA (or 0xFB24BA) is known color: Spicy Pink. HEX triplet: FB, 24 and BA. RGB value is (251,36,186). Sum of RGB (Red+Green+Blue) = 251+36+186=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB24BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB24BA is #04DB45. Grayscale: #757575. Windows color (decimal): -318278 or 12199163. OLE color: 12199163.
HSL color Cylindrical-coordinate representation of color #FB24BA: hue angle of 318.14º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB24BA is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 186 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.02 |
| HSL | 318.14º | 0.96% | 0.56% | - |
| HSV(B) | 318.14º | 0.86% | 0.98% | - |
| XYZ | 49.28 | 25.32 | 48.74 | - |
| YUV | 117.39 | 166.73 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 186 | 0 | 0.86 | 0.26 | 0.02 | 318.14 | 0.96 | 0.56 |
| Hex | FB | 24 | BA | 0 | 56 | 1A | 2 | 13E | 60 | 38 |
| Octal | 373 | 44 | 272 | 0 | 126 | 32 | 2 | 476 | 140 | 70 |
| Binary | 11111011 | 100100 | 10111010 | 0 | 1010110 | 11010 | 10 | 100111110 | 1100000 | 111000 |
Color Harmonies of #FB24BA
Complementary color
Monochromatic Colors of #FB24BA
Black with #FB24BA
Text Example
Text Example
White with #FB24BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB24BA; }
p { color: rgb(251,36,186); }
H1.HeaderClassName
{
color: #FB24BA;
}
.AnyTagClassName
{
color: #FB24BA;
}
</style>
background-color css
<style>
a { background-color: #FB24BA; }
a { background-color: rgb(251,36,186); }
div.DivClassName
{
background-color: #FB24BA;
}
.BgClassName
{
background-color: #FB24BA;
}
</style>
border-color css
<style>
span { border-color: #FB24BA; }
span { border-color: rgb(251,36,186); }
td.TdClassName
{
border-color: #FB24BA;
}
.TagClassName
{
border-color: #FB24BA;
}
</style>