Shades of Deep Pink #FA1076
Tints of Deep Pink #FA1076
RGB
CMYK
RGB Variations
Color information
#FA1076 (or 0xFA1076) is known color: Deep Pink. HEX triplet: FA, 10 and 76. RGB value is (250,16,118). Sum of RGB (Red+Green+Blue) = 250+16+118=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1076 is #05EF89. Grayscale: #616161. Windows color (decimal): -389002 or 7737594. OLE color: 7737594.
HSL color Cylindrical-coordinate representation of color #FA1076: hue angle of 333.85º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA1076 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 118 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.02 |
| HSL | 333.85º | 0.96% | 0.52% | - |
| HSV(B) | 333.85º | 0.94% | 0.98% | - |
| XYZ | 42.88 | 22 | 19.13 | - |
| YUV | 97.59 | 139.52 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 118 | 0 | 0.94 | 0.53 | 0.02 | 333.85 | 0.96 | 0.52 |
| Hex | FA | 10 | 76 | 0 | 5E | 35 | 2 | 14E | 60 | 34 |
| Octal | 372 | 20 | 166 | 0 | 136 | 65 | 2 | 516 | 140 | 64 |
| Binary | 11111010 | 10000 | 1110110 | 0 | 1011110 | 110101 | 10 | 101001110 | 1100000 | 110100 |
Color Harmonies of #FA1076
Complementary color
Monochromatic Colors of #FA1076
Black with #FA1076
Text Example
Text Example
White with #FA1076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1076; }
p { color: rgb(250,16,118); }
H1.HeaderClassName
{
color: #FA1076;
}
.AnyTagClassName
{
color: #FA1076;
}
</style>
background-color css
<style>
a { background-color: #FA1076; }
a { background-color: rgb(250,16,118); }
div.DivClassName
{
background-color: #FA1076;
}
.BgClassName
{
background-color: #FA1076;
}
</style>
border-color css
<style>
span { border-color: #FA1076; }
span { border-color: rgb(250,16,118); }
td.TdClassName
{
border-color: #FA1076;
}
.TagClassName
{
border-color: #FA1076;
}
</style>