Shades of Spicy Pink #FA2AAF
Tints of Spicy Pink #FA2AAF
RGB
CMYK
RGB Variations
Color information
#FA2AAF (or 0xFA2AAF) is known color: Spicy Pink. HEX triplet: FA, 2A and AF. RGB value is (250,42,175). Sum of RGB (Red+Green+Blue) = 250+42+175=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2AAF is #05D550. Grayscale: #777777. Windows color (decimal): -382289 or 11479802. OLE color: 11479802.
HSL color Cylindrical-coordinate representation of color #FA2AAF: hue angle of 321.63º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2AAF is Cyan = 0, Magento = 0.83, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 175 | - |
| CMYK | 0 | 0.83 | 0.3 | 0.02 |
| HSL | 321.63º | 0.95% | 0.57% | - |
| HSV(B) | 321.63º | 0.83% | 0.98% | - |
| XYZ | 47.99 | 25.08 | 42.87 | - |
| YUV | 119.35 | 159.41 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 175 | 0 | 0.83 | 0.3 | 0.02 | 321.63 | 0.95 | 0.57 |
| Hex | FA | 2A | AF | 0 | 53 | 1E | 2 | 142 | 5F | 39 |
| Octal | 372 | 52 | 257 | 0 | 123 | 36 | 2 | 502 | 137 | 71 |
| Binary | 11111010 | 101010 | 10101111 | 0 | 1010011 | 11110 | 10 | 101000010 | 1011111 | 111001 |
Color Harmonies of #FA2AAF
Complementary color
Monochromatic Colors of #FA2AAF
Black with #FA2AAF
Text Example
Text Example
White with #FA2AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2AAF; }
p { color: rgb(250,42,175); }
H1.HeaderClassName
{
color: #FA2AAF;
}
.AnyTagClassName
{
color: #FA2AAF;
}
</style>
background-color css
<style>
a { background-color: #FA2AAF; }
a { background-color: rgb(250,42,175); }
div.DivClassName
{
background-color: #FA2AAF;
}
.BgClassName
{
background-color: #FA2AAF;
}
</style>
border-color css
<style>
span { border-color: #FA2AAF; }
span { border-color: rgb(250,42,175); }
td.TdClassName
{
border-color: #FA2AAF;
}
.TagClassName
{
border-color: #FA2AAF;
}
</style>