Shades of Spicy Pink #FB0FA4
Tints of Spicy Pink #FB0FA4
RGB
CMYK
RGB Variations
Color information
#FB0FA4 (or 0xFB0FA4) is known color: Spicy Pink. HEX triplet: FB, 0F and A4. RGB value is (251,15,164). Sum of RGB (Red+Green+Blue) = 251+15+164=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0FA4 is #04F05B. Grayscale: #666666. Windows color (decimal): -323676 or 10751995. OLE color: 10751995.
HSL color Cylindrical-coordinate representation of color #FB0FA4: hue angle of 322.12º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0FA4 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 164 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.02 |
| HSL | 322.12º | 0.97% | 0.52% | - |
| HSV(B) | 322.12º | 0.94% | 0.98% | - |
| XYZ | 46.66 | 23.53 | 37.2 | - |
| YUV | 102.55 | 162.69 | 233.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 164 | 0 | 0.94 | 0.35 | 0.02 | 322.12 | 0.97 | 0.52 |
| Hex | FB | F | A4 | 0 | 5E | 23 | 2 | 142 | 61 | 34 |
| Octal | 373 | 17 | 244 | 0 | 136 | 43 | 2 | 502 | 141 | 64 |
| Binary | 11111011 | 1111 | 10100100 | 0 | 1011110 | 100011 | 10 | 101000010 | 1100001 | 110100 |
Color Harmonies of #FB0FA4
Complementary color
Monochromatic Colors of #FB0FA4
Black with #FB0FA4
Text Example
Text Example
White with #FB0FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FA4; }
p { color: rgb(251,15,164); }
H1.HeaderClassName
{
color: #FB0FA4;
}
.AnyTagClassName
{
color: #FB0FA4;
}
</style>
background-color css
<style>
a { background-color: #FB0FA4; }
a { background-color: rgb(251,15,164); }
div.DivClassName
{
background-color: #FB0FA4;
}
.BgClassName
{
background-color: #FB0FA4;
}
</style>
border-color css
<style>
span { border-color: #FB0FA4; }
span { border-color: rgb(251,15,164); }
td.TdClassName
{
border-color: #FB0FA4;
}
.TagClassName
{
border-color: #FB0FA4;
}
</style>