Shades of Deep Pink #FA1077
Tints of Deep Pink #FA1077
RGB
CMYK
RGB Variations
Color information
#FA1077 (or 0xFA1077) is known color: Deep Pink. HEX triplet: FA, 10 and 77. RGB value is (250,16,119). Sum of RGB (Red+Green+Blue) = 250+16+119=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1077 is #05EF88. Grayscale: #616161. Windows color (decimal): -389001 or 7803130. OLE color: 7803130.
HSL color Cylindrical-coordinate representation of color #FA1077: hue angle of 333.59º 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 #FA1077 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 119 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.02 |
| HSL | 333.59º | 0.96% | 0.52% | - |
| HSV(B) | 333.59º | 0.94% | 0.98% | - |
| XYZ | 42.94 | 22.03 | 19.44 | - |
| YUV | 97.71 | 140.02 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 119 | 0 | 0.94 | 0.52 | 0.02 | 333.59 | 0.96 | 0.52 |
| Hex | FA | 10 | 77 | 0 | 5E | 34 | 2 | 14E | 60 | 34 |
| Octal | 372 | 20 | 167 | 0 | 136 | 64 | 2 | 516 | 140 | 64 |
| Binary | 11111010 | 10000 | 1110111 | 0 | 1011110 | 110100 | 10 | 101001110 | 1100000 | 110100 |
Color Harmonies of #FA1077
Complementary color
Monochromatic Colors of #FA1077
Black with #FA1077
Text Example
Text Example
White with #FA1077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1077; }
p { color: rgb(250,16,119); }
H1.HeaderClassName
{
color: #FA1077;
}
.AnyTagClassName
{
color: #FA1077;
}
</style>
background-color css
<style>
a { background-color: #FA1077; }
a { background-color: rgb(250,16,119); }
div.DivClassName
{
background-color: #FA1077;
}
.BgClassName
{
background-color: #FA1077;
}
</style>
border-color css
<style>
span { border-color: #FA1077; }
span { border-color: rgb(250,16,119); }
td.TdClassName
{
border-color: #FA1077;
}
.TagClassName
{
border-color: #FA1077;
}
</style>