Shades of Pale Magenta #FA79E6
Tints of Pale Magenta #FA79E6
RGB
CMYK
RGB Variations
Color information
#FA79E6 (or 0xFA79E6) is known color: Pale Magenta. HEX triplet: FA, 79 and E6. RGB value is (250,121,230). Sum of RGB (Red+Green+Blue) = 250+121+230=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 121 (47.66% from 255 or 20.13% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FA79E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA79E6 is #058619. Grayscale: #ABABAB. Windows color (decimal): -362010 or 15104506. OLE color: 15104506.
HSL color Cylindrical-coordinate representation of color #FA79E6: hue angle of 309.3º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA79E6 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 230 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.02 |
| HSL | 309.3º | 0.93% | 0.73% | - |
| HSV(B) | 309.3º | 0.52% | 0.98% | - |
| XYZ | 60.54 | 39.71 | 79.34 | - |
| YUV | 172 | 160.74 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 230 | 0 | 0.52 | 0.08 | 0.02 | 309.3 | 0.93 | 0.73 |
| Hex | FA | 79 | E6 | 0 | 34 | 8 | 2 | 135 | 5D | 49 |
| Octal | 372 | 171 | 346 | 0 | 64 | 10 | 2 | 465 | 135 | 111 |
| Binary | 11111010 | 1111001 | 11100110 | 0 | 110100 | 1000 | 10 | 100110101 | 1011101 | 1001001 |
Color Harmonies of #FA79E6
Complementary color
Monochromatic Colors of #FA79E6
Black with #FA79E6
Text Example
Text Example
White with #FA79E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA79E6; }
p { color: rgb(250,121,230); }
H1.HeaderClassName
{
color: #FA79E6;
}
.AnyTagClassName
{
color: #FA79E6;
}
</style>
background-color css
<style>
a { background-color: #FA79E6; }
a { background-color: rgb(250,121,230); }
div.DivClassName
{
background-color: #FA79E6;
}
.BgClassName
{
background-color: #FA79E6;
}
</style>
border-color css
<style>
span { border-color: #FA79E6; }
span { border-color: rgb(250,121,230); }
td.TdClassName
{
border-color: #FA79E6;
}
.TagClassName
{
border-color: #FA79E6;
}
</style>