Shades of Deep Pink #FA1587
Tints of Deep Pink #FA1587
RGB
CMYK
RGB Variations
Color information
#FA1587 (or 0xFA1587) is known color: Deep Pink. HEX triplet: FA, 15 and 87. RGB value is (250,21,135). Sum of RGB (Red+Green+Blue) = 250+21+135=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1587 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1587 is #05EA78. Grayscale: #666666. Windows color (decimal): -387705 or 8852986. OLE color: 8852986.
HSL color Cylindrical-coordinate representation of color #FA1587: hue angle of 330.13º 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 #FA1587 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 135 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.02 |
| HSL | 330.13º | 0.96% | 0.53% | - |
| HSV(B) | 330.13º | 0.92% | 0.98% | - |
| XYZ | 44.07 | 22.61 | 24.96 | - |
| YUV | 102.47 | 146.37 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 135 | 0 | 0.92 | 0.46 | 0.02 | 330.13 | 0.96 | 0.53 |
| Hex | FA | 15 | 87 | 0 | 5C | 2E | 2 | 14A | 60 | 35 |
| Octal | 372 | 25 | 207 | 0 | 134 | 56 | 2 | 512 | 140 | 65 |
| Binary | 11111010 | 10101 | 10000111 | 0 | 1011100 | 101110 | 10 | 101001010 | 1100000 | 110101 |
Color Harmonies of #FA1587
Complementary color
Monochromatic Colors of #FA1587
Black with #FA1587
Text Example
Text Example
White with #FA1587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1587; }
p { color: rgb(250,21,135); }
H1.HeaderClassName
{
color: #FA1587;
}
.AnyTagClassName
{
color: #FA1587;
}
</style>
background-color css
<style>
a { background-color: #FA1587; }
a { background-color: rgb(250,21,135); }
div.DivClassName
{
background-color: #FA1587;
}
.BgClassName
{
background-color: #FA1587;
}
</style>
border-color css
<style>
span { border-color: #FA1587; }
span { border-color: rgb(250,21,135); }
td.TdClassName
{
border-color: #FA1587;
}
.TagClassName
{
border-color: #FA1587;
}
</style>