Shades of Deep Pink #FA1576
Tints of Deep Pink #FA1576
RGB
CMYK
RGB Variations
Color information
#FA1576 (or 0xFA1576) is known color: Deep Pink. HEX triplet: FA, 15 and 76. RGB value is (250,21,118). Sum of RGB (Red+Green+Blue) = 250+21+118=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1576 is #05EA89. Grayscale: #646464. Windows color (decimal): -387722 or 7738874. OLE color: 7738874.
HSL color Cylindrical-coordinate representation of color #FA1576: hue angle of 334.59º 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 #FA1576 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 118 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.02 |
| HSL | 334.59º | 0.96% | 0.53% | - |
| HSV(B) | 334.59º | 0.92% | 0.98% | - |
| XYZ | 42.96 | 22.17 | 19.15 | - |
| YUV | 100.53 | 137.87 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 118 | 0 | 0.92 | 0.53 | 0.02 | 334.59 | 0.96 | 0.53 |
| Hex | FA | 15 | 76 | 0 | 5C | 35 | 2 | 14F | 60 | 35 |
| Octal | 372 | 25 | 166 | 0 | 134 | 65 | 2 | 517 | 140 | 65 |
| Binary | 11111010 | 10101 | 1110110 | 0 | 1011100 | 110101 | 10 | 101001111 | 1100000 | 110101 |
Color Harmonies of #FA1576
Complementary color
Monochromatic Colors of #FA1576
Black with #FA1576
Text Example
Text Example
White with #FA1576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1576; }
p { color: rgb(250,21,118); }
H1.HeaderClassName
{
color: #FA1576;
}
.AnyTagClassName
{
color: #FA1576;
}
</style>
background-color css
<style>
a { background-color: #FA1576; }
a { background-color: rgb(250,21,118); }
div.DivClassName
{
background-color: #FA1576;
}
.BgClassName
{
background-color: #FA1576;
}
</style>
border-color css
<style>
span { border-color: #FA1576; }
span { border-color: rgb(250,21,118); }
td.TdClassName
{
border-color: #FA1576;
}
.TagClassName
{
border-color: #FA1576;
}
</style>