Shades of Spicy Pink #FA2AB8
Tints of Spicy Pink #FA2AB8
RGB
CMYK
RGB Variations
Color information
#FA2AB8 (or 0xFA2AB8) is known color: Spicy Pink. HEX triplet: FA, 2A and B8. RGB value is (250,42,184). Sum of RGB (Red+Green+Blue) = 250+42+184=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 42 (16.80% from 255 or 8.82% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2AB8 is #05D547. Grayscale: #787878. Windows color (decimal): -382280 or 12069626. OLE color: 12069626.
HSL color Cylindrical-coordinate representation of color #FA2AB8: hue angle of 319.04º 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 #FA2AB8 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 184 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.02 |
| HSL | 319.04º | 0.95% | 0.57% | - |
| HSV(B) | 319.04º | 0.83% | 0.98% | - |
| XYZ | 48.9 | 25.44 | 47.68 | - |
| YUV | 120.38 | 163.91 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 184 | 0 | 0.83 | 0.26 | 0.02 | 319.04 | 0.95 | 0.57 |
| Hex | FA | 2A | B8 | 0 | 53 | 1A | 2 | 13F | 5F | 39 |
| Octal | 372 | 52 | 270 | 0 | 123 | 32 | 2 | 477 | 137 | 71 |
| Binary | 11111010 | 101010 | 10111000 | 0 | 1010011 | 11010 | 10 | 100111111 | 1011111 | 111001 |
Color Harmonies of #FA2AB8
Complementary color
Monochromatic Colors of #FA2AB8
Black with #FA2AB8
Text Example
Text Example
White with #FA2AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2AB8; }
p { color: rgb(250,42,184); }
H1.HeaderClassName
{
color: #FA2AB8;
}
.AnyTagClassName
{
color: #FA2AB8;
}
</style>
background-color css
<style>
a { background-color: #FA2AB8; }
a { background-color: rgb(250,42,184); }
div.DivClassName
{
background-color: #FA2AB8;
}
.BgClassName
{
background-color: #FA2AB8;
}
</style>
border-color css
<style>
span { border-color: #FA2AB8; }
span { border-color: rgb(250,42,184); }
td.TdClassName
{
border-color: #FA2AB8;
}
.TagClassName
{
border-color: #FA2AB8;
}
</style>