Shades of Spicy Pink #FA20B5
Tints of Spicy Pink #FA20B5
RGB
CMYK
RGB Variations
Color information
#FA20B5 (or 0xFA20B5) is known color: Spicy Pink. HEX triplet: FA, 20 and B5. RGB value is (250,32,181). Sum of RGB (Red+Green+Blue) = 250+32+181=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA20B5 is #05DF4A. Grayscale: #717171. Windows color (decimal): -384843 or 11870458. OLE color: 11870458.
HSL color Cylindrical-coordinate representation of color #FA20B5: hue angle of 318.99º 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 #FA20B5 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 181 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.02 |
| HSL | 318.99º | 0.96% | 0.55% | - |
| HSV(B) | 318.99º | 0.87% | 0.98% | - |
| XYZ | 48.28 | 24.69 | 45.94 | - |
| YUV | 114.17 | 165.72 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 181 | 0 | 0.87 | 0.28 | 0.02 | 318.99 | 0.96 | 0.55 |
| Hex | FA | 20 | B5 | 0 | 57 | 1C | 2 | 13F | 60 | 37 |
| Octal | 372 | 40 | 265 | 0 | 127 | 34 | 2 | 477 | 140 | 67 |
| Binary | 11111010 | 100000 | 10110101 | 0 | 1010111 | 11100 | 10 | 100111111 | 1100000 | 110111 |
Color Harmonies of #FA20B5
Complementary color
Monochromatic Colors of #FA20B5
Black with #FA20B5
Text Example
Text Example
White with #FA20B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA20B5; }
p { color: rgb(250,32,181); }
H1.HeaderClassName
{
color: #FA20B5;
}
.AnyTagClassName
{
color: #FA20B5;
}
</style>
background-color css
<style>
a { background-color: #FA20B5; }
a { background-color: rgb(250,32,181); }
div.DivClassName
{
background-color: #FA20B5;
}
.BgClassName
{
background-color: #FA20B5;
}
</style>
border-color css
<style>
span { border-color: #FA20B5; }
span { border-color: rgb(250,32,181); }
td.TdClassName
{
border-color: #FA20B5;
}
.TagClassName
{
border-color: #FA20B5;
}
</style>