Shades of Spicy Pink #FA29BA
Tints of Spicy Pink #FA29BA
RGB
CMYK
RGB Variations
Color information
#FA29BA (or 0xFA29BA) is known color: Spicy Pink. HEX triplet: FA, 29 and BA. RGB value is (250,41,186). Sum of RGB (Red+Green+Blue) = 250+41+186=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA29BA is #05D645. Grayscale: #777777. Windows color (decimal): -382534 or 12200442. OLE color: 12200442.
HSL color Cylindrical-coordinate representation of color #FA29BA: hue angle of 318.37º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA29BA is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 186 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.02 |
| HSL | 318.37º | 0.95% | 0.57% | - |
| HSV(B) | 318.37º | 0.84% | 0.98% | - |
| XYZ | 49.08 | 25.46 | 48.78 | - |
| YUV | 120.02 | 165.24 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 186 | 0 | 0.84 | 0.26 | 0.02 | 318.37 | 0.95 | 0.57 |
| Hex | FA | 29 | BA | 0 | 54 | 1A | 2 | 13E | 5F | 39 |
| Octal | 372 | 51 | 272 | 0 | 124 | 32 | 2 | 476 | 137 | 71 |
| Binary | 11111010 | 101001 | 10111010 | 0 | 1010100 | 11010 | 10 | 100111110 | 1011111 | 111001 |
Color Harmonies of #FA29BA
Complementary color
Monochromatic Colors of #FA29BA
Black with #FA29BA
Text Example
Text Example
White with #FA29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA29BA; }
p { color: rgb(250,41,186); }
H1.HeaderClassName
{
color: #FA29BA;
}
.AnyTagClassName
{
color: #FA29BA;
}
</style>
background-color css
<style>
a { background-color: #FA29BA; }
a { background-color: rgb(250,41,186); }
div.DivClassName
{
background-color: #FA29BA;
}
.BgClassName
{
background-color: #FA29BA;
}
</style>
border-color css
<style>
span { border-color: #FA29BA; }
span { border-color: rgb(250,41,186); }
td.TdClassName
{
border-color: #FA29BA;
}
.TagClassName
{
border-color: #FA29BA;
}
</style>