Shades of Spicy Pink #FA27BA
Tints of Spicy Pink #FA27BA
RGB
CMYK
RGB Variations
Color information
#FA27BA (or 0xFA27BA) is known color: Spicy Pink. HEX triplet: FA, 27 and BA. RGB value is (250,39,186). Sum of RGB (Red+Green+Blue) = 250+39+186=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 39 (15.62% from 255 or 8.21% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA27BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA27BA is #05D845. Grayscale: #767676. Windows color (decimal): -383046 or 12199930. OLE color: 12199930.
HSL color Cylindrical-coordinate representation of color #FA27BA: hue angle of 318.2º 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 #FA27BA is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 186 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.02 |
| HSL | 318.2º | 0.95% | 0.57% | - |
| HSV(B) | 318.2º | 0.84% | 0.98% | - |
| XYZ | 49.01 | 25.32 | 48.76 | - |
| YUV | 118.85 | 165.9 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 186 | 0 | 0.84 | 0.26 | 0.02 | 318.2 | 0.95 | 0.57 |
| Hex | FA | 27 | BA | 0 | 54 | 1A | 2 | 13E | 5F | 39 |
| Octal | 372 | 47 | 272 | 0 | 124 | 32 | 2 | 476 | 137 | 71 |
| Binary | 11111010 | 100111 | 10111010 | 0 | 1010100 | 11010 | 10 | 100111110 | 1011111 | 111001 |
Color Harmonies of #FA27BA
Complementary color
Monochromatic Colors of #FA27BA
Black with #FA27BA
Text Example
Text Example
White with #FA27BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA27BA; }
p { color: rgb(250,39,186); }
H1.HeaderClassName
{
color: #FA27BA;
}
.AnyTagClassName
{
color: #FA27BA;
}
</style>
background-color css
<style>
a { background-color: #FA27BA; }
a { background-color: rgb(250,39,186); }
div.DivClassName
{
background-color: #FA27BA;
}
.BgClassName
{
background-color: #FA27BA;
}
</style>
border-color css
<style>
span { border-color: #FA27BA; }
span { border-color: rgb(250,39,186); }
td.TdClassName
{
border-color: #FA27BA;
}
.TagClassName
{
border-color: #FA27BA;
}
</style>