Shades of Spicy Pink #FA0DB0
Tints of Spicy Pink #FA0DB0
RGB
CMYK
RGB Variations
Color information
#FA0DB0 (or 0xFA0DB0) is known color: Spicy Pink. HEX triplet: FA, 0D and B0. RGB value is (250,13,176). Sum of RGB (Red+Green+Blue) = 250+13+176=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0DB0 is #05F24F. Grayscale: #666666. Windows color (decimal): -389712 or 11537914. OLE color: 11537914.
HSL color Cylindrical-coordinate representation of color #FA0DB0: hue angle of 318.73º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0DB0 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 13 | 176 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.02 |
| HSL | 318.73º | 0.96% | 0.52% | - |
| HSV(B) | 318.73º | 0.95% | 0.98% | - |
| XYZ | 47.4 | 23.75 | 43.16 | - |
| YUV | 102.45 | 169.52 | 233.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 13 | 176 | 0 | 0.95 | 0.30 | 0.02 | 318.73 | 0.96 | 0.52 |
| Hex | FA | D | B0 | 0 | 5F | 1E | 2 | 13F | 60 | 34 |
| Octal | 372 | 15 | 260 | 0 | 137 | 36 | 2 | 477 | 140 | 64 |
| Binary | 11111010 | 1101 | 10110000 | 0 | 1011111 | 11110 | 10 | 100111111 | 1100000 | 110100 |
Color Harmonies of #FA0DB0
Complementary color
Monochromatic Colors of #FA0DB0
Black with #FA0DB0
Text Example
Text Example
White with #FA0DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0DB0; }
p { color: rgb(250,13,176); }
H1.HeaderClassName
{
color: #FA0DB0;
}
.AnyTagClassName
{
color: #FA0DB0;
}
</style>
background-color css
<style>
a { background-color: #FA0DB0; }
a { background-color: rgb(250,13,176); }
div.DivClassName
{
background-color: #FA0DB0;
}
.BgClassName
{
background-color: #FA0DB0;
}
</style>
border-color css
<style>
span { border-color: #FA0DB0; }
span { border-color: rgb(250,13,176); }
td.TdClassName
{
border-color: #FA0DB0;
}
.TagClassName
{
border-color: #FA0DB0;
}
</style>