Shades of Spicy Pink #FA1DB6
Tints of Spicy Pink #FA1DB6
RGB
CMYK
RGB Variations
Color information
#FA1DB6 (or 0xFA1DB6) is known color: Spicy Pink. HEX triplet: FA, 1D and B6. RGB value is (250,29,182). Sum of RGB (Red+Green+Blue) = 250+29+182=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1DB6 is #05E249. Grayscale: #707070. Windows color (decimal): -385610 or 11935226. OLE color: 11935226.
HSL color Cylindrical-coordinate representation of color #FA1DB6: hue angle of 318.46º 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 #FA1DB6 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 182 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.02 |
| HSL | 318.46º | 0.96% | 0.55% | - |
| HSV(B) | 318.46º | 0.88% | 0.98% | - |
| XYZ | 48.31 | 24.58 | 46.45 | - |
| YUV | 112.52 | 167.22 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 182 | 0 | 0.88 | 0.27 | 0.02 | 318.46 | 0.96 | 0.55 |
| Hex | FA | 1D | B6 | 0 | 58 | 1B | 2 | 13E | 60 | 37 |
| Octal | 372 | 35 | 266 | 0 | 130 | 33 | 2 | 476 | 140 | 67 |
| Binary | 11111010 | 11101 | 10110110 | 0 | 1011000 | 11011 | 10 | 100111110 | 1100000 | 110111 |
Color Harmonies of #FA1DB6
Complementary color
Monochromatic Colors of #FA1DB6
Black with #FA1DB6
Text Example
Text Example
White with #FA1DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1DB6; }
p { color: rgb(250,29,182); }
H1.HeaderClassName
{
color: #FA1DB6;
}
.AnyTagClassName
{
color: #FA1DB6;
}
</style>
background-color css
<style>
a { background-color: #FA1DB6; }
a { background-color: rgb(250,29,182); }
div.DivClassName
{
background-color: #FA1DB6;
}
.BgClassName
{
background-color: #FA1DB6;
}
</style>
border-color css
<style>
span { border-color: #FA1DB6; }
span { border-color: rgb(250,29,182); }
td.TdClassName
{
border-color: #FA1DB6;
}
.TagClassName
{
border-color: #FA1DB6;
}
</style>