Shades of Pale Magenta #FA77EA
Tints of Pale Magenta #FA77EA
RGB
CMYK
RGB Variations
Color information
#FA77EA (or 0xFA77EA) is known color: Pale Magenta. HEX triplet: FA, 77 and EA. RGB value is (250,119,234). Sum of RGB (Red+Green+Blue) = 250+119+234=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 119 (46.88% from 255 or 19.73% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA77EA is #058815. Grayscale: #AAAAAA. Windows color (decimal): -362518 or 15366138. OLE color: 15366138.
HSL color Cylindrical-coordinate representation of color #FA77EA: hue angle of 307.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA77EA is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 119 | 234 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.02 |
| HSL | 307.33º | 0.93% | 0.72% | - |
| HSV(B) | 307.33º | 0.52% | 0.98% | - |
| XYZ | 60.87 | 39.46 | 82.25 | - |
| YUV | 171.28 | 163.4 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 119 | 234 | 0 | 0.52 | 0.06 | 0.02 | 307.33 | 0.93 | 0.72 |
| Hex | FA | 77 | EA | 0 | 34 | 6 | 2 | 133 | 5D | 48 |
| Octal | 372 | 167 | 352 | 0 | 64 | 6 | 2 | 463 | 135 | 110 |
| Binary | 11111010 | 1110111 | 11101010 | 0 | 110100 | 110 | 10 | 100110011 | 1011101 | 1001000 |
Color Harmonies of #FA77EA
Complementary color
Monochromatic Colors of #FA77EA
Black with #FA77EA
Text Example
Text Example
White with #FA77EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA77EA; }
p { color: rgb(250,119,234); }
H1.HeaderClassName
{
color: #FA77EA;
}
.AnyTagClassName
{
color: #FA77EA;
}
</style>
background-color css
<style>
a { background-color: #FA77EA; }
a { background-color: rgb(250,119,234); }
div.DivClassName
{
background-color: #FA77EA;
}
.BgClassName
{
background-color: #FA77EA;
}
</style>
border-color css
<style>
span { border-color: #FA77EA; }
span { border-color: rgb(250,119,234); }
td.TdClassName
{
border-color: #FA77EA;
}
.TagClassName
{
border-color: #FA77EA;
}
</style>