Shades of Spicy Pink #FB23BA
Tints of Spicy Pink #FB23BA
RGB
CMYK
RGB Variations
Color information
#FB23BA (or 0xFB23BA) is known color: Spicy Pink. HEX triplet: FB, 23 and BA. RGB value is (251,35,186). Sum of RGB (Red+Green+Blue) = 251+35+186=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 35 (14.06% from 255 or 7.42% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB23BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB23BA is #04DC45. Grayscale: #747474. Windows color (decimal): -318534 or 12198907. OLE color: 12198907.
HSL color Cylindrical-coordinate representation of color #FB23BA: hue angle of 318.06º 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 #FB23BA is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 186 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.02 |
| HSL | 318.06º | 0.96% | 0.56% | - |
| HSV(B) | 318.06º | 0.86% | 0.98% | - |
| XYZ | 49.25 | 25.26 | 48.73 | - |
| YUV | 116.8 | 167.06 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 186 | 0 | 0.86 | 0.26 | 0.02 | 318.06 | 0.96 | 0.56 |
| Hex | FB | 23 | BA | 0 | 56 | 1A | 2 | 13E | 60 | 38 |
| Octal | 373 | 43 | 272 | 0 | 126 | 32 | 2 | 476 | 140 | 70 |
| Binary | 11111011 | 100011 | 10111010 | 0 | 1010110 | 11010 | 10 | 100111110 | 1100000 | 111000 |
Color Harmonies of #FB23BA
Complementary color
Monochromatic Colors of #FB23BA
Black with #FB23BA
Text Example
Text Example
White with #FB23BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB23BA; }
p { color: rgb(251,35,186); }
H1.HeaderClassName
{
color: #FB23BA;
}
.AnyTagClassName
{
color: #FB23BA;
}
</style>
background-color css
<style>
a { background-color: #FB23BA; }
a { background-color: rgb(251,35,186); }
div.DivClassName
{
background-color: #FB23BA;
}
.BgClassName
{
background-color: #FB23BA;
}
</style>
border-color css
<style>
span { border-color: #FB23BA; }
span { border-color: rgb(251,35,186); }
td.TdClassName
{
border-color: #FB23BA;
}
.TagClassName
{
border-color: #FB23BA;
}
</style>