Shades of Deep Pink #FA1276
Tints of Deep Pink #FA1276
RGB
CMYK
RGB Variations
Color information
#FA1276 (or 0xFA1276) is known color: Deep Pink. HEX triplet: FA, 12 and 76. RGB value is (250,18,118). Sum of RGB (Red+Green+Blue) = 250+18+118=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1276 is #05ED89. Grayscale: #626262. Windows color (decimal): -388490 or 7738106. OLE color: 7738106.
HSL color Cylindrical-coordinate representation of color #FA1276: hue angle of 334.14º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1276 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 118 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.02 |
| HSL | 334.14º | 0.96% | 0.53% | - |
| HSV(B) | 334.14º | 0.93% | 0.98% | - |
| XYZ | 42.91 | 22.06 | 19.14 | - |
| YUV | 98.77 | 138.86 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 118 | 0 | 0.93 | 0.53 | 0.02 | 334.14 | 0.96 | 0.53 |
| Hex | FA | 12 | 76 | 0 | 5D | 35 | 2 | 14E | 60 | 35 |
| Octal | 372 | 22 | 166 | 0 | 135 | 65 | 2 | 516 | 140 | 65 |
| Binary | 11111010 | 10010 | 1110110 | 0 | 1011101 | 110101 | 10 | 101001110 | 1100000 | 110101 |
Color Harmonies of #FA1276
Complementary color
Monochromatic Colors of #FA1276
Black with #FA1276
Text Example
Text Example
White with #FA1276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1276; }
p { color: rgb(250,18,118); }
H1.HeaderClassName
{
color: #FA1276;
}
.AnyTagClassName
{
color: #FA1276;
}
</style>
background-color css
<style>
a { background-color: #FA1276; }
a { background-color: rgb(250,18,118); }
div.DivClassName
{
background-color: #FA1276;
}
.BgClassName
{
background-color: #FA1276;
}
</style>
border-color css
<style>
span { border-color: #FA1276; }
span { border-color: rgb(250,18,118); }
td.TdClassName
{
border-color: #FA1276;
}
.TagClassName
{
border-color: #FA1276;
}
</style>