Shades of Spicy Pink #FA26B9
Tints of Spicy Pink #FA26B9
RGB
CMYK
RGB Variations
Color information
#FA26B9 (or 0xFA26B9) is known color: Spicy Pink. HEX triplet: FA, 26 and B9. RGB value is (250,38,185). Sum of RGB (Red+Green+Blue) = 250+38+185=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA26B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA26B9 is #05D946. Grayscale: #757575. Windows color (decimal): -383303 or 12134138. OLE color: 12134138.
HSL color Cylindrical-coordinate representation of color #FA26B9: hue angle of 318.4º 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 #FA26B9 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 185 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.02 |
| HSL | 318.4º | 0.95% | 0.56% | - |
| HSV(B) | 318.4º | 0.85% | 0.98% | - |
| XYZ | 48.87 | 25.21 | 48.19 | - |
| YUV | 118.15 | 165.74 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 185 | 0 | 0.85 | 0.26 | 0.02 | 318.4 | 0.95 | 0.56 |
| Hex | FA | 26 | B9 | 0 | 55 | 1A | 2 | 13E | 5F | 38 |
| Octal | 372 | 46 | 271 | 0 | 125 | 32 | 2 | 476 | 137 | 70 |
| Binary | 11111010 | 100110 | 10111001 | 0 | 1010101 | 11010 | 10 | 100111110 | 1011111 | 111000 |
Color Harmonies of #FA26B9
Complementary color
Monochromatic Colors of #FA26B9
Black with #FA26B9
Text Example
Text Example
White with #FA26B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA26B9; }
p { color: rgb(250,38,185); }
H1.HeaderClassName
{
color: #FA26B9;
}
.AnyTagClassName
{
color: #FA26B9;
}
</style>
background-color css
<style>
a { background-color: #FA26B9; }
a { background-color: rgb(250,38,185); }
div.DivClassName
{
background-color: #FA26B9;
}
.BgClassName
{
background-color: #FA26B9;
}
</style>
border-color css
<style>
span { border-color: #FA26B9; }
span { border-color: rgb(250,38,185); }
td.TdClassName
{
border-color: #FA26B9;
}
.TagClassName
{
border-color: #FA26B9;
}
</style>