Shades of Spicy Pink #FA2DB6
Tints of Spicy Pink #FA2DB6
RGB
CMYK
RGB Variations
Color information
#FA2DB6 (or 0xFA2DB6) is known color: Spicy Pink. HEX triplet: FA, 2D and B6. RGB value is (250,45,182). Sum of RGB (Red+Green+Blue) = 250+45+182=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2DB6 is #05D249. Grayscale: #797979. Windows color (decimal): -381514 or 11939322. OLE color: 11939322.
HSL color Cylindrical-coordinate representation of color #FA2DB6: hue angle of 319.9º 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 #FA2DB6 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 182 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.02 |
| HSL | 319.9º | 0.95% | 0.58% | - |
| HSV(B) | 319.9º | 0.82% | 0.98% | - |
| XYZ | 48.81 | 25.58 | 46.62 | - |
| YUV | 121.91 | 161.92 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 182 | 0 | 0.82 | 0.27 | 0.02 | 319.9 | 0.95 | 0.58 |
| Hex | FA | 2D | B6 | 0 | 52 | 1B | 2 | 140 | 5F | 3A |
| Octal | 372 | 55 | 266 | 0 | 122 | 33 | 2 | 500 | 137 | 72 |
| Binary | 11111010 | 101101 | 10110110 | 0 | 1010010 | 11011 | 10 | 101000000 | 1011111 | 111010 |
Color Harmonies of #FA2DB6
Complementary color
Monochromatic Colors of #FA2DB6
Black with #FA2DB6
Text Example
Text Example
White with #FA2DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DB6; }
p { color: rgb(250,45,182); }
H1.HeaderClassName
{
color: #FA2DB6;
}
.AnyTagClassName
{
color: #FA2DB6;
}
</style>
background-color css
<style>
a { background-color: #FA2DB6; }
a { background-color: rgb(250,45,182); }
div.DivClassName
{
background-color: #FA2DB6;
}
.BgClassName
{
background-color: #FA2DB6;
}
</style>
border-color css
<style>
span { border-color: #FA2DB6; }
span { border-color: rgb(250,45,182); }
td.TdClassName
{
border-color: #FA2DB6;
}
.TagClassName
{
border-color: #FA2DB6;
}
</style>