Shades of Spicy Pink #FA1DA6
Tints of Spicy Pink #FA1DA6
RGB
CMYK
RGB Variations
Color information
#FA1DA6 (or 0xFA1DA6) is known color: Spicy Pink. HEX triplet: FA, 1D and A6. RGB value is (250,29,166). Sum of RGB (Red+Green+Blue) = 250+29+166=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1DA6 is #05E259. Grayscale: #6E6E6E. Windows color (decimal): -385626 or 10886650. OLE color: 10886650.
HSL color Cylindrical-coordinate representation of color #FA1DA6: hue angle of 322.81º 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 #FA1DA6 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 166 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.02 |
| HSL | 322.81º | 0.96% | 0.55% | - |
| HSV(B) | 322.81º | 0.88% | 0.98% | - |
| XYZ | 46.75 | 23.96 | 38.24 | - |
| YUV | 110.7 | 159.22 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 166 | 0 | 0.88 | 0.34 | 0.02 | 322.81 | 0.96 | 0.55 |
| Hex | FA | 1D | A6 | 0 | 58 | 22 | 2 | 143 | 60 | 37 |
| Octal | 372 | 35 | 246 | 0 | 130 | 42 | 2 | 503 | 140 | 67 |
| Binary | 11111010 | 11101 | 10100110 | 0 | 1011000 | 100010 | 10 | 101000011 | 1100000 | 110111 |
Color Harmonies of #FA1DA6
Complementary color
Monochromatic Colors of #FA1DA6
Black with #FA1DA6
Text Example
Text Example
White with #FA1DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1DA6; }
p { color: rgb(250,29,166); }
H1.HeaderClassName
{
color: #FA1DA6;
}
.AnyTagClassName
{
color: #FA1DA6;
}
</style>
background-color css
<style>
a { background-color: #FA1DA6; }
a { background-color: rgb(250,29,166); }
div.DivClassName
{
background-color: #FA1DA6;
}
.BgClassName
{
background-color: #FA1DA6;
}
</style>
border-color css
<style>
span { border-color: #FA1DA6; }
span { border-color: rgb(250,29,166); }
td.TdClassName
{
border-color: #FA1DA6;
}
.TagClassName
{
border-color: #FA1DA6;
}
</style>