Shades of Spicy Pink #FB1CA4
Tints of Spicy Pink #FB1CA4
RGB
CMYK
RGB Variations
Color information
#FB1CA4 (or 0xFB1CA4) is known color: Spicy Pink. HEX triplet: FB, 1C and A4. RGB value is (251,28,164). Sum of RGB (Red+Green+Blue) = 251+28+164=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1CA4 is #04E35B. Grayscale: #6D6D6D. Windows color (decimal): -320348 or 10755323. OLE color: 10755323.
HSL color Cylindrical-coordinate representation of color #FB1CA4: hue angle of 323.41º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1CA4 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 164 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.02 |
| HSL | 323.41º | 0.97% | 0.55% | - |
| HSV(B) | 323.41º | 0.89% | 0.98% | - |
| XYZ | 46.9 | 24.02 | 37.29 | - |
| YUV | 110.18 | 158.38 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 164 | 0 | 0.89 | 0.35 | 0.02 | 323.41 | 0.97 | 0.55 |
| Hex | FB | 1C | A4 | 0 | 59 | 23 | 2 | 143 | 61 | 37 |
| Octal | 373 | 34 | 244 | 0 | 131 | 43 | 2 | 503 | 141 | 67 |
| Binary | 11111011 | 11100 | 10100100 | 0 | 1011001 | 100011 | 10 | 101000011 | 1100001 | 110111 |
Color Harmonies of #FB1CA4
Complementary color
Monochromatic Colors of #FB1CA4
Black with #FB1CA4
Text Example
Text Example
White with #FB1CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1CA4; }
p { color: rgb(251,28,164); }
H1.HeaderClassName
{
color: #FB1CA4;
}
.AnyTagClassName
{
color: #FB1CA4;
}
</style>
background-color css
<style>
a { background-color: #FB1CA4; }
a { background-color: rgb(251,28,164); }
div.DivClassName
{
background-color: #FB1CA4;
}
.BgClassName
{
background-color: #FB1CA4;
}
</style>
border-color css
<style>
span { border-color: #FB1CA4; }
span { border-color: rgb(251,28,164); }
td.TdClassName
{
border-color: #FB1CA4;
}
.TagClassName
{
border-color: #FB1CA4;
}
</style>