Shades of Deep Pink #FA1291
Tints of Deep Pink #FA1291
RGB
CMYK
RGB Variations
Color information
#FA1291 (or 0xFA1291) is known color: Deep Pink. HEX triplet: FA, 12 and 91. RGB value is (250,18,145). Sum of RGB (Red+Green+Blue) = 250+18+145=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1291 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1291 is #05ED6E. Grayscale: #656565. Windows color (decimal): -388463 or 9507578. OLE color: 9507578.
HSL color Cylindrical-coordinate representation of color #FA1291: hue angle of 327.16º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1291 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 145 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.02 |
| HSL | 327.16º | 0.96% | 0.53% | - |
| HSV(B) | 327.16º | 0.93% | 0.98% | - |
| XYZ | 44.75 | 22.8 | 28.83 | - |
| YUV | 101.85 | 152.36 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 145 | 0 | 0.93 | 0.42 | 0.02 | 327.16 | 0.96 | 0.53 |
| Hex | FA | 12 | 91 | 0 | 5D | 2A | 2 | 147 | 60 | 35 |
| Octal | 372 | 22 | 221 | 0 | 135 | 52 | 2 | 507 | 140 | 65 |
| Binary | 11111010 | 10010 | 10010001 | 0 | 1011101 | 101010 | 10 | 101000111 | 1100000 | 110101 |
Color Harmonies of #FA1291
Complementary color
Monochromatic Colors of #FA1291
Black with #FA1291
Text Example
Text Example
White with #FA1291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1291; }
p { color: rgb(250,18,145); }
H1.HeaderClassName
{
color: #FA1291;
}
.AnyTagClassName
{
color: #FA1291;
}
</style>
background-color css
<style>
a { background-color: #FA1291; }
a { background-color: rgb(250,18,145); }
div.DivClassName
{
background-color: #FA1291;
}
.BgClassName
{
background-color: #FA1291;
}
</style>
border-color css
<style>
span { border-color: #FA1291; }
span { border-color: rgb(250,18,145); }
td.TdClassName
{
border-color: #FA1291;
}
.TagClassName
{
border-color: #FA1291;
}
</style>