Shades of Spicy Pink #FA2AB6
Tints of Spicy Pink #FA2AB6
RGB
CMYK
RGB Variations
Color information
#FA2AB6 (or 0xFA2AB6) is known color: Spicy Pink. HEX triplet: FA, 2A and B6. RGB value is (250,42,182). Sum of RGB (Red+Green+Blue) = 250+42+182=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 42 (16.80% from 255 or 8.86% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2AB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2AB6 is #05D549. Grayscale: #777777. Windows color (decimal): -382282 or 11938554. OLE color: 11938554.
HSL color Cylindrical-coordinate representation of color #FA2AB6: hue angle of 319.62º 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 #FA2AB6 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 182 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.02 |
| HSL | 319.62º | 0.95% | 0.57% | - |
| HSV(B) | 319.62º | 0.83% | 0.98% | - |
| XYZ | 48.7 | 25.36 | 46.58 | - |
| YUV | 120.15 | 162.91 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 182 | 0 | 0.83 | 0.27 | 0.02 | 319.62 | 0.95 | 0.57 |
| Hex | FA | 2A | B6 | 0 | 53 | 1B | 2 | 140 | 5F | 39 |
| Octal | 372 | 52 | 266 | 0 | 123 | 33 | 2 | 500 | 137 | 71 |
| Binary | 11111010 | 101010 | 10110110 | 0 | 1010011 | 11011 | 10 | 101000000 | 1011111 | 111001 |
Color Harmonies of #FA2AB6
Complementary color
Monochromatic Colors of #FA2AB6
Black with #FA2AB6
Text Example
Text Example
White with #FA2AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2AB6; }
p { color: rgb(250,42,182); }
H1.HeaderClassName
{
color: #FA2AB6;
}
.AnyTagClassName
{
color: #FA2AB6;
}
</style>
background-color css
<style>
a { background-color: #FA2AB6; }
a { background-color: rgb(250,42,182); }
div.DivClassName
{
background-color: #FA2AB6;
}
.BgClassName
{
background-color: #FA2AB6;
}
</style>
border-color css
<style>
span { border-color: #FA2AB6; }
span { border-color: rgb(250,42,182); }
td.TdClassName
{
border-color: #FA2AB6;
}
.TagClassName
{
border-color: #FA2AB6;
}
</style>