Shades of Deep Pink #FA1776
Tints of Deep Pink #FA1776
RGB
CMYK
RGB Variations
Color information
#FA1776 (or 0xFA1776) is known color: Deep Pink. HEX triplet: FA, 17 and 76. RGB value is (250,23,118). Sum of RGB (Red+Green+Blue) = 250+23+118=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1776 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1776 is #05E889. Grayscale: #656565. Windows color (decimal): -387210 or 7739386. OLE color: 7739386.
HSL color Cylindrical-coordinate representation of color #FA1776: hue angle of 334.89º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1776 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 118 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.02 |
| HSL | 334.89º | 0.96% | 0.54% | - |
| HSV(B) | 334.89º | 0.91% | 0.98% | - |
| XYZ | 43 | 22.24 | 19.17 | - |
| YUV | 101.7 | 137.21 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 118 | 0 | 0.91 | 0.53 | 0.02 | 334.89 | 0.96 | 0.54 |
| Hex | FA | 17 | 76 | 0 | 5B | 35 | 2 | 14F | 60 | 36 |
| Octal | 372 | 27 | 166 | 0 | 133 | 65 | 2 | 517 | 140 | 66 |
| Binary | 11111010 | 10111 | 1110110 | 0 | 1011011 | 110101 | 10 | 101001111 | 1100000 | 110110 |
Color Harmonies of #FA1776
Complementary color
Monochromatic Colors of #FA1776
Black with #FA1776
Text Example
Text Example
White with #FA1776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1776; }
p { color: rgb(250,23,118); }
H1.HeaderClassName
{
color: #FA1776;
}
.AnyTagClassName
{
color: #FA1776;
}
</style>
background-color css
<style>
a { background-color: #FA1776; }
a { background-color: rgb(250,23,118); }
div.DivClassName
{
background-color: #FA1776;
}
.BgClassName
{
background-color: #FA1776;
}
</style>
border-color css
<style>
span { border-color: #FA1776; }
span { border-color: rgb(250,23,118); }
td.TdClassName
{
border-color: #FA1776;
}
.TagClassName
{
border-color: #FA1776;
}
</style>