Shades of Spicy Pink #FA1DBB
Tints of Spicy Pink #FA1DBB
RGB
CMYK
RGB Variations
Color information
#FA1DBB (or 0xFA1DBB) is known color: Spicy Pink. HEX triplet: FA, 1D and BB. RGB value is (250,29,187). Sum of RGB (Red+Green+Blue) = 250+29+187=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1DBB is #05E244. Grayscale: #707070. Windows color (decimal): -385605 or 12262906. OLE color: 12262906.
HSL color Cylindrical-coordinate representation of color #FA1DBB: hue angle of 317.1º 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 #FA1DBB is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 187 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.02 |
| HSL | 317.1º | 0.96% | 0.55% | - |
| HSV(B) | 317.1º | 0.88% | 0.98% | - |
| XYZ | 48.83 | 24.79 | 49.22 | - |
| YUV | 113.09 | 169.72 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 187 | 0 | 0.88 | 0.25 | 0.02 | 317.1 | 0.96 | 0.55 |
| Hex | FA | 1D | BB | 0 | 58 | 19 | 2 | 13D | 60 | 37 |
| Octal | 372 | 35 | 273 | 0 | 130 | 31 | 2 | 475 | 140 | 67 |
| Binary | 11111010 | 11101 | 10111011 | 0 | 1011000 | 11001 | 10 | 100111101 | 1100000 | 110111 |
Color Harmonies of #FA1DBB
Complementary color
Monochromatic Colors of #FA1DBB
Black with #FA1DBB
Text Example
Text Example
White with #FA1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1DBB; }
p { color: rgb(250,29,187); }
H1.HeaderClassName
{
color: #FA1DBB;
}
.AnyTagClassName
{
color: #FA1DBB;
}
</style>
background-color css
<style>
a { background-color: #FA1DBB; }
a { background-color: rgb(250,29,187); }
div.DivClassName
{
background-color: #FA1DBB;
}
.BgClassName
{
background-color: #FA1DBB;
}
</style>
border-color css
<style>
span { border-color: #FA1DBB; }
span { border-color: rgb(250,29,187); }
td.TdClassName
{
border-color: #FA1DBB;
}
.TagClassName
{
border-color: #FA1DBB;
}
</style>