Shades of Spicy Pink #FA26AD
Tints of Spicy Pink #FA26AD
RGB
CMYK
RGB Variations
Color information
#FA26AD (or 0xFA26AD) is known color: Spicy Pink. HEX triplet: FA, 26 and AD. RGB value is (250,38,173). Sum of RGB (Red+Green+Blue) = 250+38+173=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 38 (15.23% from 255 or 8.24% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA26AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA26AD is #05D952. Grayscale: #747474. Windows color (decimal): -383315 or 11347706. OLE color: 11347706.
HSL color Cylindrical-coordinate representation of color #FA26AD: hue angle of 321.79º 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 #FA26AD is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 173 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.02 |
| HSL | 321.79º | 0.95% | 0.56% | - |
| HSV(B) | 321.79º | 0.85% | 0.98% | - |
| XYZ | 47.66 | 24.73 | 41.8 | - |
| YUV | 116.78 | 159.74 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 173 | 0 | 0.85 | 0.31 | 0.02 | 321.79 | 0.95 | 0.56 |
| Hex | FA | 26 | AD | 0 | 55 | 1F | 2 | 142 | 5F | 38 |
| Octal | 372 | 46 | 255 | 0 | 125 | 37 | 2 | 502 | 137 | 70 |
| Binary | 11111010 | 100110 | 10101101 | 0 | 1010101 | 11111 | 10 | 101000010 | 1011111 | 111000 |
Color Harmonies of #FA26AD
Complementary color
Monochromatic Colors of #FA26AD
Black with #FA26AD
Text Example
Text Example
White with #FA26AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA26AD; }
p { color: rgb(250,38,173); }
H1.HeaderClassName
{
color: #FA26AD;
}
.AnyTagClassName
{
color: #FA26AD;
}
</style>
background-color css
<style>
a { background-color: #FA26AD; }
a { background-color: rgb(250,38,173); }
div.DivClassName
{
background-color: #FA26AD;
}
.BgClassName
{
background-color: #FA26AD;
}
</style>
border-color css
<style>
span { border-color: #FA26AD; }
span { border-color: rgb(250,38,173); }
td.TdClassName
{
border-color: #FA26AD;
}
.TagClassName
{
border-color: #FA26AD;
}
</style>