Shades of Deep Pink #FA1580
Tints of Deep Pink #FA1580
RGB
CMYK
RGB Variations
Color information
#FA1580 (or 0xFA1580) is known color: Deep Pink. HEX triplet: FA, 15 and 80. RGB value is (250,21,128). Sum of RGB (Red+Green+Blue) = 250+21+128=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1580 is #05EA7F. Grayscale: #656565. Windows color (decimal): -387712 or 8394234. OLE color: 8394234.
HSL color Cylindrical-coordinate representation of color #FA1580: hue angle of 331.97º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1580 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 128 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.02 |
| HSL | 331.97º | 0.96% | 0.53% | - |
| HSV(B) | 331.97º | 0.92% | 0.98% | - |
| XYZ | 43.59 | 22.42 | 22.45 | - |
| YUV | 101.67 | 142.87 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 128 | 0 | 0.92 | 0.49 | 0.02 | 331.97 | 0.96 | 0.53 |
| Hex | FA | 15 | 80 | 0 | 5C | 31 | 2 | 14C | 60 | 35 |
| Octal | 372 | 25 | 200 | 0 | 134 | 61 | 2 | 514 | 140 | 65 |
| Binary | 11111010 | 10101 | 10000000 | 0 | 1011100 | 110001 | 10 | 101001100 | 1100000 | 110101 |
Color Harmonies of #FA1580
Complementary color
Monochromatic Colors of #FA1580
Black with #FA1580
Text Example
Text Example
White with #FA1580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1580; }
p { color: rgb(250,21,128); }
H1.HeaderClassName
{
color: #FA1580;
}
.AnyTagClassName
{
color: #FA1580;
}
</style>
background-color css
<style>
a { background-color: #FA1580; }
a { background-color: rgb(250,21,128); }
div.DivClassName
{
background-color: #FA1580;
}
.BgClassName
{
background-color: #FA1580;
}
</style>
border-color css
<style>
span { border-color: #FA1580; }
span { border-color: rgb(250,21,128); }
td.TdClassName
{
border-color: #FA1580;
}
.TagClassName
{
border-color: #FA1580;
}
</style>