Shades of Spicy Pink #FB24B3
Tints of Spicy Pink #FB24B3
RGB
CMYK
RGB Variations
Color information
#FB24B3 (or 0xFB24B3) is known color: Spicy Pink. HEX triplet: FB, 24 and B3. RGB value is (251,36,179). Sum of RGB (Red+Green+Blue) = 251+36+179=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB24B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB24B3 is #04DB4C. Grayscale: #747474. Windows color (decimal): -318285 or 11740411. OLE color: 11740411.
HSL color Cylindrical-coordinate representation of color #FB24B3: hue angle of 320.09º 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 #FB24B3 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 179 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.02 |
| HSL | 320.09º | 0.96% | 0.56% | - |
| HSV(B) | 320.09º | 0.86% | 0.98% | - |
| XYZ | 48.55 | 25.03 | 44.92 | - |
| YUV | 116.59 | 163.23 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 179 | 0 | 0.86 | 0.29 | 0.02 | 320.09 | 0.96 | 0.56 |
| Hex | FB | 24 | B3 | 0 | 56 | 1D | 2 | 140 | 60 | 38 |
| Octal | 373 | 44 | 263 | 0 | 126 | 35 | 2 | 500 | 140 | 70 |
| Binary | 11111011 | 100100 | 10110011 | 0 | 1010110 | 11101 | 10 | 101000000 | 1100000 | 111000 |
Color Harmonies of #FB24B3
Complementary color
Monochromatic Colors of #FB24B3
Black with #FB24B3
Text Example
Text Example
White with #FB24B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB24B3; }
p { color: rgb(251,36,179); }
H1.HeaderClassName
{
color: #FB24B3;
}
.AnyTagClassName
{
color: #FB24B3;
}
</style>
background-color css
<style>
a { background-color: #FB24B3; }
a { background-color: rgb(251,36,179); }
div.DivClassName
{
background-color: #FB24B3;
}
.BgClassName
{
background-color: #FB24B3;
}
</style>
border-color css
<style>
span { border-color: #FB24B3; }
span { border-color: rgb(251,36,179); }
td.TdClassName
{
border-color: #FB24B3;
}
.TagClassName
{
border-color: #FB24B3;
}
</style>