Shades of Spicy Pink #FA21BA
Tints of Spicy Pink #FA21BA
RGB
CMYK
RGB Variations
Color information
#FA21BA (or 0xFA21BA) is known color: Spicy Pink. HEX triplet: FA, 21 and BA. RGB value is (250,33,186). Sum of RGB (Red+Green+Blue) = 250+33+186=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA21BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA21BA is #05DE45. Grayscale: #727272. Windows color (decimal): -384582 or 12198394. OLE color: 12198394.
HSL color Cylindrical-coordinate representation of color #FA21BA: hue angle of 317.7º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA21BA is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 186 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.02 |
| HSL | 317.7º | 0.96% | 0.55% | - |
| HSV(B) | 317.7º | 0.87% | 0.98% | - |
| XYZ | 48.83 | 24.96 | 48.7 | - |
| YUV | 115.33 | 167.89 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 186 | 0 | 0.87 | 0.26 | 0.02 | 317.7 | 0.96 | 0.55 |
| Hex | FA | 21 | BA | 0 | 57 | 1A | 2 | 13E | 60 | 37 |
| Octal | 372 | 41 | 272 | 0 | 127 | 32 | 2 | 476 | 140 | 67 |
| Binary | 11111010 | 100001 | 10111010 | 0 | 1010111 | 11010 | 10 | 100111110 | 1100000 | 110111 |
Color Harmonies of #FA21BA
Complementary color
Monochromatic Colors of #FA21BA
Black with #FA21BA
Text Example
Text Example
White with #FA21BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA21BA; }
p { color: rgb(250,33,186); }
H1.HeaderClassName
{
color: #FA21BA;
}
.AnyTagClassName
{
color: #FA21BA;
}
</style>
background-color css
<style>
a { background-color: #FA21BA; }
a { background-color: rgb(250,33,186); }
div.DivClassName
{
background-color: #FA21BA;
}
.BgClassName
{
background-color: #FA21BA;
}
</style>
border-color css
<style>
span { border-color: #FA21BA; }
span { border-color: rgb(250,33,186); }
td.TdClassName
{
border-color: #FA21BA;
}
.TagClassName
{
border-color: #FA21BA;
}
</style>