Shades of Spicy Pink #FB23B2
Tints of Spicy Pink #FB23B2
RGB
CMYK
RGB Variations
Color information
#FB23B2 (or 0xFB23B2) is known color: Spicy Pink. HEX triplet: FB, 23 and B2. RGB value is (251,35,178). Sum of RGB (Red+Green+Blue) = 251+35+178=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 35 (14.06% from 255 or 7.54% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB23B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB23B2 is #04DC4D. Grayscale: #737373. Windows color (decimal): -318542 or 11674619. OLE color: 11674619.
HSL color Cylindrical-coordinate representation of color #FB23B2: hue angle of 320.28º 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 #FB23B2 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 178 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.02 |
| HSL | 320.28º | 0.96% | 0.56% | - |
| HSV(B) | 320.28º | 0.86% | 0.98% | - |
| XYZ | 48.42 | 24.93 | 44.38 | - |
| YUV | 115.89 | 163.06 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 178 | 0 | 0.86 | 0.29 | 0.02 | 320.28 | 0.96 | 0.56 |
| Hex | FB | 23 | B2 | 0 | 56 | 1D | 2 | 140 | 60 | 38 |
| Octal | 373 | 43 | 262 | 0 | 126 | 35 | 2 | 500 | 140 | 70 |
| Binary | 11111011 | 100011 | 10110010 | 0 | 1010110 | 11101 | 10 | 101000000 | 1100000 | 111000 |
Color Harmonies of #FB23B2
Complementary color
Monochromatic Colors of #FB23B2
Black with #FB23B2
Text Example
Text Example
White with #FB23B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB23B2; }
p { color: rgb(251,35,178); }
H1.HeaderClassName
{
color: #FB23B2;
}
.AnyTagClassName
{
color: #FB23B2;
}
</style>
background-color css
<style>
a { background-color: #FB23B2; }
a { background-color: rgb(251,35,178); }
div.DivClassName
{
background-color: #FB23B2;
}
.BgClassName
{
background-color: #FB23B2;
}
</style>
border-color css
<style>
span { border-color: #FB23B2; }
span { border-color: rgb(251,35,178); }
td.TdClassName
{
border-color: #FB23B2;
}
.TagClassName
{
border-color: #FB23B2;
}
</style>