Shades of Deep Pink #FA1595
Tints of Deep Pink #FA1595
RGB
CMYK
RGB Variations
Color information
#FA1595 (or 0xFA1595) is known color: Deep Pink. HEX triplet: FA, 15 and 95. RGB value is (250,21,149). Sum of RGB (Red+Green+Blue) = 250+21+149=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1595 is #05EA6A. Grayscale: #676767. Windows color (decimal): -387691 or 9770490. OLE color: 9770490.
HSL color Cylindrical-coordinate representation of color #FA1595: hue angle of 326.46º 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 #FA1595 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 149 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.02 |
| HSL | 326.46º | 0.96% | 0.53% | - |
| HSV(B) | 326.46º | 0.92% | 0.98% | - |
| XYZ | 45.12 | 23.03 | 30.5 | - |
| YUV | 104.06 | 153.37 | 232.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 149 | 0 | 0.92 | 0.40 | 0.02 | 326.46 | 0.96 | 0.53 |
| Hex | FA | 15 | 95 | 0 | 5C | 28 | 2 | 146 | 60 | 35 |
| Octal | 372 | 25 | 225 | 0 | 134 | 50 | 2 | 506 | 140 | 65 |
| Binary | 11111010 | 10101 | 10010101 | 0 | 1011100 | 101000 | 10 | 101000110 | 1100000 | 110101 |
Color Harmonies of #FA1595
Complementary color
Monochromatic Colors of #FA1595
Black with #FA1595
Text Example
Text Example
White with #FA1595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1595; }
p { color: rgb(250,21,149); }
H1.HeaderClassName
{
color: #FA1595;
}
.AnyTagClassName
{
color: #FA1595;
}
</style>
background-color css
<style>
a { background-color: #FA1595; }
a { background-color: rgb(250,21,149); }
div.DivClassName
{
background-color: #FA1595;
}
.BgClassName
{
background-color: #FA1595;
}
</style>
border-color css
<style>
span { border-color: #FA1595; }
span { border-color: rgb(250,21,149); }
td.TdClassName
{
border-color: #FA1595;
}
.TagClassName
{
border-color: #FA1595;
}
</style>