Shades of Spicy Pink #FA2DB7
Tints of Spicy Pink #FA2DB7
RGB
CMYK
RGB Variations
Color information
#FA2DB7 (or 0xFA2DB7) is known color: Spicy Pink. HEX triplet: FA, 2D and B7. RGB value is (250,45,183). Sum of RGB (Red+Green+Blue) = 250+45+183=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2DB7 is #05D248. Grayscale: #797979. Windows color (decimal): -381513 or 12004858. OLE color: 12004858.
HSL color Cylindrical-coordinate representation of color #FA2DB7: hue angle of 319.61º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2DB7 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 183 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.02 |
| HSL | 319.61º | 0.95% | 0.58% | - |
| HSV(B) | 319.61º | 0.82% | 0.98% | - |
| XYZ | 48.91 | 25.62 | 47.17 | - |
| YUV | 122.03 | 162.42 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 183 | 0 | 0.82 | 0.27 | 0.02 | 319.61 | 0.95 | 0.58 |
| Hex | FA | 2D | B7 | 0 | 52 | 1B | 2 | 140 | 5F | 3A |
| Octal | 372 | 55 | 267 | 0 | 122 | 33 | 2 | 500 | 137 | 72 |
| Binary | 11111010 | 101101 | 10110111 | 0 | 1010010 | 11011 | 10 | 101000000 | 1011111 | 111010 |
Color Harmonies of #FA2DB7
Complementary color
Monochromatic Colors of #FA2DB7
Black with #FA2DB7
Text Example
Text Example
White with #FA2DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DB7; }
p { color: rgb(250,45,183); }
H1.HeaderClassName
{
color: #FA2DB7;
}
.AnyTagClassName
{
color: #FA2DB7;
}
</style>
background-color css
<style>
a { background-color: #FA2DB7; }
a { background-color: rgb(250,45,183); }
div.DivClassName
{
background-color: #FA2DB7;
}
.BgClassName
{
background-color: #FA2DB7;
}
</style>
border-color css
<style>
span { border-color: #FA2DB7; }
span { border-color: rgb(250,45,183); }
td.TdClassName
{
border-color: #FA2DB7;
}
.TagClassName
{
border-color: #FA2DB7;
}
</style>