Shades of Deep Pink #FA1376
Tints of Deep Pink #FA1376
RGB
CMYK
RGB Variations
Color information
#FA1376 (or 0xFA1376) is known color: Deep Pink. HEX triplet: FA, 13 and 76. RGB value is (250,19,118). Sum of RGB (Red+Green+Blue) = 250+19+118=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1376 is #05EC89. Grayscale: #636363. Windows color (decimal): -388234 or 7738362. OLE color: 7738362.
HSL color Cylindrical-coordinate representation of color #FA1376: hue angle of 334.29º 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 #FA1376 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 118 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.02 |
| HSL | 334.29º | 0.96% | 0.53% | - |
| HSV(B) | 334.29º | 0.92% | 0.98% | - |
| XYZ | 42.93 | 22.1 | 19.14 | - |
| YUV | 99.36 | 138.53 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 118 | 0 | 0.92 | 0.53 | 0.02 | 334.29 | 0.96 | 0.53 |
| Hex | FA | 13 | 76 | 0 | 5C | 35 | 2 | 14E | 60 | 35 |
| Octal | 372 | 23 | 166 | 0 | 134 | 65 | 2 | 516 | 140 | 65 |
| Binary | 11111010 | 10011 | 1110110 | 0 | 1011100 | 110101 | 10 | 101001110 | 1100000 | 110101 |
Color Harmonies of #FA1376
Complementary color
Monochromatic Colors of #FA1376
Black with #FA1376
Text Example
Text Example
White with #FA1376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1376; }
p { color: rgb(250,19,118); }
H1.HeaderClassName
{
color: #FA1376;
}
.AnyTagClassName
{
color: #FA1376;
}
</style>
background-color css
<style>
a { background-color: #FA1376; }
a { background-color: rgb(250,19,118); }
div.DivClassName
{
background-color: #FA1376;
}
.BgClassName
{
background-color: #FA1376;
}
</style>
border-color css
<style>
span { border-color: #FA1376; }
span { border-color: rgb(250,19,118); }
td.TdClassName
{
border-color: #FA1376;
}
.TagClassName
{
border-color: #FA1376;
}
</style>