Shades of Spicy Pink #FA1DA8
Tints of Spicy Pink #FA1DA8
RGB
CMYK
RGB Variations
Color information
#FA1DA8 (or 0xFA1DA8) is known color: Spicy Pink. HEX triplet: FA, 1D and A8. RGB value is (250,29,168). Sum of RGB (Red+Green+Blue) = 250+29+168=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1DA8 is #05E257. Grayscale: #6E6E6E. Windows color (decimal): -385624 or 11017722. OLE color: 11017722.
HSL color Cylindrical-coordinate representation of color #FA1DA8: hue angle of 322.26º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1DA8 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 168 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.02 |
| HSL | 322.26º | 0.96% | 0.55% | - |
| HSV(B) | 322.26º | 0.88% | 0.98% | - |
| XYZ | 46.93 | 24.03 | 39.21 | - |
| YUV | 110.93 | 160.22 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 168 | 0 | 0.88 | 0.33 | 0.02 | 322.26 | 0.96 | 0.55 |
| Hex | FA | 1D | A8 | 0 | 58 | 21 | 2 | 142 | 60 | 37 |
| Octal | 372 | 35 | 250 | 0 | 130 | 41 | 2 | 502 | 140 | 67 |
| Binary | 11111010 | 11101 | 10101000 | 0 | 1011000 | 100001 | 10 | 101000010 | 1100000 | 110111 |
Color Harmonies of #FA1DA8
Complementary color
Monochromatic Colors of #FA1DA8
Black with #FA1DA8
Text Example
Text Example
White with #FA1DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1DA8; }
p { color: rgb(250,29,168); }
H1.HeaderClassName
{
color: #FA1DA8;
}
.AnyTagClassName
{
color: #FA1DA8;
}
</style>
background-color css
<style>
a { background-color: #FA1DA8; }
a { background-color: rgb(250,29,168); }
div.DivClassName
{
background-color: #FA1DA8;
}
.BgClassName
{
background-color: #FA1DA8;
}
</style>
border-color css
<style>
span { border-color: #FA1DA8; }
span { border-color: rgb(250,29,168); }
td.TdClassName
{
border-color: #FA1DA8;
}
.TagClassName
{
border-color: #FA1DA8;
}
</style>