Shades of Deep Pink #FA1581
Tints of Deep Pink #FA1581
RGB
CMYK
RGB Variations
Color information
#FA1581 (or 0xFA1581) is known color: Deep Pink. HEX triplet: FA, 15 and 81. RGB value is (250,21,129). Sum of RGB (Red+Green+Blue) = 250+21+129=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1581 is #05EA7E. Grayscale: #656565. Windows color (decimal): -387711 or 8459770. OLE color: 8459770.
HSL color Cylindrical-coordinate representation of color #FA1581: hue angle of 331.7º 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 #FA1581 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 129 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.02 |
| HSL | 331.7º | 0.96% | 0.53% | - |
| HSV(B) | 331.7º | 0.92% | 0.98% | - |
| XYZ | 43.65 | 22.45 | 22.8 | - |
| YUV | 101.78 | 143.37 | 233.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 129 | 0 | 0.92 | 0.48 | 0.02 | 331.7 | 0.96 | 0.53 |
| Hex | FA | 15 | 81 | 0 | 5C | 30 | 2 | 14C | 60 | 35 |
| Octal | 372 | 25 | 201 | 0 | 134 | 60 | 2 | 514 | 140 | 65 |
| Binary | 11111010 | 10101 | 10000001 | 0 | 1011100 | 110000 | 10 | 101001100 | 1100000 | 110101 |
Color Harmonies of #FA1581
Complementary color
Monochromatic Colors of #FA1581
Black with #FA1581
Text Example
Text Example
White with #FA1581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1581; }
p { color: rgb(250,21,129); }
H1.HeaderClassName
{
color: #FA1581;
}
.AnyTagClassName
{
color: #FA1581;
}
</style>
background-color css
<style>
a { background-color: #FA1581; }
a { background-color: rgb(250,21,129); }
div.DivClassName
{
background-color: #FA1581;
}
.BgClassName
{
background-color: #FA1581;
}
</style>
border-color css
<style>
span { border-color: #FA1581; }
span { border-color: rgb(250,21,129); }
td.TdClassName
{
border-color: #FA1581;
}
.TagClassName
{
border-color: #FA1581;
}
</style>