Shades of Spicy Pink #FB24B2
Tints of Spicy Pink #FB24B2
RGB
CMYK
RGB Variations
Color information
#FB24B2 (or 0xFB24B2) is known color: Spicy Pink. HEX triplet: FB, 24 and B2. RGB value is (251,36,178). Sum of RGB (Red+Green+Blue) = 251+36+178=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB24B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB24B2 is #04DB4D. Grayscale: #747474. Windows color (decimal): -318286 or 11674875. OLE color: 11674875.
HSL color Cylindrical-coordinate representation of color #FB24B2: hue angle of 320.37º 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 #FB24B2 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 178 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.02 |
| HSL | 320.37º | 0.96% | 0.56% | - |
| HSV(B) | 320.37º | 0.86% | 0.98% | - |
| XYZ | 48.45 | 24.99 | 44.39 | - |
| YUV | 116.47 | 162.73 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 178 | 0 | 0.86 | 0.29 | 0.02 | 320.37 | 0.96 | 0.56 |
| Hex | FB | 24 | B2 | 0 | 56 | 1D | 2 | 140 | 60 | 38 |
| Octal | 373 | 44 | 262 | 0 | 126 | 35 | 2 | 500 | 140 | 70 |
| Binary | 11111011 | 100100 | 10110010 | 0 | 1010110 | 11101 | 10 | 101000000 | 1100000 | 111000 |
Color Harmonies of #FB24B2
Complementary color
Monochromatic Colors of #FB24B2
Black with #FB24B2
Text Example
Text Example
White with #FB24B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB24B2; }
p { color: rgb(251,36,178); }
H1.HeaderClassName
{
color: #FB24B2;
}
.AnyTagClassName
{
color: #FB24B2;
}
</style>
background-color css
<style>
a { background-color: #FB24B2; }
a { background-color: rgb(251,36,178); }
div.DivClassName
{
background-color: #FB24B2;
}
.BgClassName
{
background-color: #FB24B2;
}
</style>
border-color css
<style>
span { border-color: #FB24B2; }
span { border-color: rgb(251,36,178); }
td.TdClassName
{
border-color: #FB24B2;
}
.TagClassName
{
border-color: #FB24B2;
}
</style>