Shades of Spicy Pink #FA1DB4
Tints of Spicy Pink #FA1DB4
RGB
CMYK
RGB Variations
Color information
#FA1DB4 (or 0xFA1DB4) is known color: Spicy Pink. HEX triplet: FA, 1D and B4. RGB value is (250,29,180). Sum of RGB (Red+Green+Blue) = 250+29+180=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1DB4 is #05E24B. Grayscale: #6F6F6F. Windows color (decimal): -385612 or 11804154. OLE color: 11804154.
HSL color Cylindrical-coordinate representation of color #FA1DB4: hue angle of 319º 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 #FA1DB4 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 180 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.02 |
| HSL | 319º | 0.96% | 0.55% | - |
| HSV(B) | 319º | 0.88% | 0.98% | - |
| XYZ | 48.1 | 24.5 | 45.37 | - |
| YUV | 112.29 | 166.22 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 180 | 0 | 0.88 | 0.28 | 0.02 | 319 | 0.96 | 0.55 |
| Hex | FA | 1D | B4 | 0 | 58 | 1C | 2 | 13F | 60 | 37 |
| Octal | 372 | 35 | 264 | 0 | 130 | 34 | 2 | 477 | 140 | 67 |
| Binary | 11111010 | 11101 | 10110100 | 0 | 1011000 | 11100 | 10 | 100111111 | 1100000 | 110111 |
Color Harmonies of #FA1DB4
Complementary color
Monochromatic Colors of #FA1DB4
Black with #FA1DB4
Text Example
Text Example
White with #FA1DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1DB4; }
p { color: rgb(250,29,180); }
H1.HeaderClassName
{
color: #FA1DB4;
}
.AnyTagClassName
{
color: #FA1DB4;
}
</style>
background-color css
<style>
a { background-color: #FA1DB4; }
a { background-color: rgb(250,29,180); }
div.DivClassName
{
background-color: #FA1DB4;
}
.BgClassName
{
background-color: #FA1DB4;
}
</style>
border-color css
<style>
span { border-color: #FA1DB4; }
span { border-color: rgb(250,29,180); }
td.TdClassName
{
border-color: #FA1DB4;
}
.TagClassName
{
border-color: #FA1DB4;
}
</style>