Shades of Spicy Pink #FA2AB3
Tints of Spicy Pink #FA2AB3
RGB
CMYK
RGB Variations
Color information
#FA2AB3 (or 0xFA2AB3) is known color: Spicy Pink. HEX triplet: FA, 2A and B3. RGB value is (250,42,179). Sum of RGB (Red+Green+Blue) = 250+42+179=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2AB3 is #05D54C. Grayscale: #777777. Windows color (decimal): -382285 or 11741946. OLE color: 11741946.
HSL color Cylindrical-coordinate representation of color #FA2AB3: hue angle of 320.48º 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 #FA2AB3 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 179 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.02 |
| HSL | 320.48º | 0.95% | 0.57% | - |
| HSV(B) | 320.48º | 0.83% | 0.98% | - |
| XYZ | 48.39 | 25.23 | 44.97 | - |
| YUV | 119.81 | 161.41 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 179 | 0 | 0.83 | 0.28 | 0.02 | 320.48 | 0.95 | 0.57 |
| Hex | FA | 2A | B3 | 0 | 53 | 1C | 2 | 140 | 5F | 39 |
| Octal | 372 | 52 | 263 | 0 | 123 | 34 | 2 | 500 | 137 | 71 |
| Binary | 11111010 | 101010 | 10110011 | 0 | 1010011 | 11100 | 10 | 101000000 | 1011111 | 111001 |
Color Harmonies of #FA2AB3
Complementary color
Monochromatic Colors of #FA2AB3
Black with #FA2AB3
Text Example
Text Example
White with #FA2AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2AB3; }
p { color: rgb(250,42,179); }
H1.HeaderClassName
{
color: #FA2AB3;
}
.AnyTagClassName
{
color: #FA2AB3;
}
</style>
background-color css
<style>
a { background-color: #FA2AB3; }
a { background-color: rgb(250,42,179); }
div.DivClassName
{
background-color: #FA2AB3;
}
.BgClassName
{
background-color: #FA2AB3;
}
</style>
border-color css
<style>
span { border-color: #FA2AB3; }
span { border-color: rgb(250,42,179); }
td.TdClassName
{
border-color: #FA2AB3;
}
.TagClassName
{
border-color: #FA2AB3;
}
</style>