Shades of Pale Magenta #FF79F0
Tints of Pale Magenta #FF79F0
RGB
CMYK
RGB Variations
Color information
#FF79F0 (or 0xFF79F0) is known color: Pale Magenta. HEX triplet: FF, 79 and F0. RGB value is (255,121,240). Sum of RGB (Red+Green+Blue) = 255+121+240=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 121 (47.66% from 255 or 19.64% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF79F0 is #00860F. Grayscale: #AEAEAE. Windows color (decimal): -34320 or 15759871. OLE color: 15759871.
HSL color Cylindrical-coordinate representation of color #FF79F0: hue angle of 306.72º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF79F0 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 240 | - |
| CMYK | 0 | 0.53 | 0.06 | 0 |
| HSL | 306.72º | 1% | 0.74% | - |
| HSV(B) | 306.72º | 0.53% | 1% | - |
| XYZ | 63.81 | 41.23 | 87.03 | - |
| YUV | 174.63 | 164.89 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 240 | 0 | 0.53 | 0.06 | 0 | 306.72 | 1 | 0.74 |
| Hex | FF | 79 | F0 | 0 | 35 | 6 | 0 | 133 | 64 | 4A |
| Octal | 377 | 171 | 360 | 0 | 65 | 6 | 0 | 463 | 144 | 112 |
| Binary | 11111111 | 1111001 | 11110000 | 0 | 110101 | 110 | 0 | 100110011 | 1100100 | 1001010 |
Color Harmonies of #FF79F0
Complementary color
Monochromatic Colors of #FF79F0
Black with #FF79F0
Text Example
Text Example
White with #FF79F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF79F0; }
p { color: rgb(255,121,240); }
H1.HeaderClassName
{
color: #FF79F0;
}
.AnyTagClassName
{
color: #FF79F0;
}
</style>
background-color css
<style>
a { background-color: #FF79F0; }
a { background-color: rgb(255,121,240); }
div.DivClassName
{
background-color: #FF79F0;
}
.BgClassName
{
background-color: #FF79F0;
}
</style>
border-color css
<style>
span { border-color: #FF79F0; }
span { border-color: rgb(255,121,240); }
td.TdClassName
{
border-color: #FF79F0;
}
.TagClassName
{
border-color: #FF79F0;
}
</style>