Shades of Spicy Pink #FA21BD
Tints of Spicy Pink #FA21BD
RGB
CMYK
RGB Variations
Color information
#FA21BD (or 0xFA21BD) is known color: Spicy Pink. HEX triplet: FA, 21 and BD. RGB value is (250,33,189). Sum of RGB (Red+Green+Blue) = 250+33+189=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA21BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA21BD is #05DE42. Grayscale: #737373. Windows color (decimal): -384579 or 12395002. OLE color: 12395002.
HSL color Cylindrical-coordinate representation of color #FA21BD: hue angle of 316.87º 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 #FA21BD is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 189 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.02 |
| HSL | 316.87º | 0.96% | 0.55% | - |
| HSV(B) | 316.87º | 0.87% | 0.98% | - |
| XYZ | 49.15 | 25.09 | 50.4 | - |
| YUV | 115.67 | 169.39 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 189 | 0 | 0.87 | 0.24 | 0.02 | 316.87 | 0.96 | 0.55 |
| Hex | FA | 21 | BD | 0 | 57 | 18 | 2 | 13D | 60 | 37 |
| Octal | 372 | 41 | 275 | 0 | 127 | 30 | 2 | 475 | 140 | 67 |
| Binary | 11111010 | 100001 | 10111101 | 0 | 1010111 | 11000 | 10 | 100111101 | 1100000 | 110111 |
Color Harmonies of #FA21BD
Complementary color
Monochromatic Colors of #FA21BD
Black with #FA21BD
Text Example
Text Example
White with #FA21BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA21BD; }
p { color: rgb(250,33,189); }
H1.HeaderClassName
{
color: #FA21BD;
}
.AnyTagClassName
{
color: #FA21BD;
}
</style>
background-color css
<style>
a { background-color: #FA21BD; }
a { background-color: rgb(250,33,189); }
div.DivClassName
{
background-color: #FA21BD;
}
.BgClassName
{
background-color: #FA21BD;
}
</style>
border-color css
<style>
span { border-color: #FA21BD; }
span { border-color: rgb(250,33,189); }
td.TdClassName
{
border-color: #FA21BD;
}
.TagClassName
{
border-color: #FA21BD;
}
</style>