Shades of Deep Pink #FA1E77
Tints of Deep Pink #FA1E77
RGB
CMYK
RGB Variations
Color information
#FA1E77 (or 0xFA1E77) is known color: Deep Pink. HEX triplet: FA, 1E and 77. RGB value is (250,30,119). Sum of RGB (Red+Green+Blue) = 250+30+119=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1E77 is #05E188. Grayscale: #696969. Windows color (decimal): -385417 or 7806714. OLE color: 7806714.
HSL color Cylindrical-coordinate representation of color #FA1E77: hue angle of 335.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1E77 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 119 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.02 |
| HSL | 335.73º | 0.96% | 0.55% | - |
| HSV(B) | 335.73º | 0.88% | 0.98% | - |
| XYZ | 43.22 | 22.58 | 19.53 | - |
| YUV | 105.93 | 135.39 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 119 | 0 | 0.88 | 0.52 | 0.02 | 335.73 | 0.96 | 0.55 |
| Hex | FA | 1E | 77 | 0 | 58 | 34 | 2 | 150 | 60 | 37 |
| Octal | 372 | 36 | 167 | 0 | 130 | 64 | 2 | 520 | 140 | 67 |
| Binary | 11111010 | 11110 | 1110111 | 0 | 1011000 | 110100 | 10 | 101010000 | 1100000 | 110111 |
Color Harmonies of #FA1E77
Complementary color
Monochromatic Colors of #FA1E77
Black with #FA1E77
Text Example
Text Example
White with #FA1E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E77; }
p { color: rgb(250,30,119); }
H1.HeaderClassName
{
color: #FA1E77;
}
.AnyTagClassName
{
color: #FA1E77;
}
</style>
background-color css
<style>
a { background-color: #FA1E77; }
a { background-color: rgb(250,30,119); }
div.DivClassName
{
background-color: #FA1E77;
}
.BgClassName
{
background-color: #FA1E77;
}
</style>
border-color css
<style>
span { border-color: #FA1E77; }
span { border-color: rgb(250,30,119); }
td.TdClassName
{
border-color: #FA1E77;
}
.TagClassName
{
border-color: #FA1E77;
}
</style>