Shades of Spicy Pink #FA26BA
Tints of Spicy Pink #FA26BA
RGB
CMYK
RGB Variations
Color information
#FA26BA (or 0xFA26BA) is known color: Spicy Pink. HEX triplet: FA, 26 and BA. RGB value is (250,38,186). Sum of RGB (Red+Green+Blue) = 250+38+186=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 38 (15.23% from 255 or 8.02% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA26BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA26BA is #05D945. Grayscale: #757575. Windows color (decimal): -383302 or 12199674. OLE color: 12199674.
HSL color Cylindrical-coordinate representation of color #FA26BA: hue angle of 318.11º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA26BA is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 186 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.02 |
| HSL | 318.11º | 0.95% | 0.56% | - |
| HSV(B) | 318.11º | 0.85% | 0.98% | - |
| XYZ | 48.98 | 25.26 | 48.75 | - |
| YUV | 118.26 | 166.24 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 186 | 0 | 0.85 | 0.26 | 0.02 | 318.11 | 0.95 | 0.56 |
| Hex | FA | 26 | BA | 0 | 55 | 1A | 2 | 13E | 5F | 38 |
| Octal | 372 | 46 | 272 | 0 | 125 | 32 | 2 | 476 | 137 | 70 |
| Binary | 11111010 | 100110 | 10111010 | 0 | 1010101 | 11010 | 10 | 100111110 | 1011111 | 111000 |
Color Harmonies of #FA26BA
Complementary color
Monochromatic Colors of #FA26BA
Black with #FA26BA
Text Example
Text Example
White with #FA26BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA26BA; }
p { color: rgb(250,38,186); }
H1.HeaderClassName
{
color: #FA26BA;
}
.AnyTagClassName
{
color: #FA26BA;
}
</style>
background-color css
<style>
a { background-color: #FA26BA; }
a { background-color: rgb(250,38,186); }
div.DivClassName
{
background-color: #FA26BA;
}
.BgClassName
{
background-color: #FA26BA;
}
</style>
border-color css
<style>
span { border-color: #FA26BA; }
span { border-color: rgb(250,38,186); }
td.TdClassName
{
border-color: #FA26BA;
}
.TagClassName
{
border-color: #FA26BA;
}
</style>