Shades of Pale Magenta #FF7DF0
Tints of Pale Magenta #FF7DF0
RGB
CMYK
RGB Variations
Color information
#FF7DF0 (or 0xFF7DF0) is known color: Pale Magenta. HEX triplet: FF, 7D and F0. RGB value is (255,125,240). Sum of RGB (Red+Green+Blue) = 255+125+240=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 125 (49.22% from 255 or 20.16% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DF0 is #00820F. Grayscale: #B0B0B0. Windows color (decimal): -33296 or 15760895. OLE color: 15760895.
HSL color Cylindrical-coordinate representation of color #FF7DF0: hue angle of 306.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7DF0 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 240 | - |
| CMYK | 0 | 0.51 | 0.06 | 0 |
| HSL | 306.92º | 1% | 0.75% | - |
| HSV(B) | 306.92º | 0.51% | 1% | - |
| XYZ | 64.3 | 42.22 | 87.2 | - |
| YUV | 176.98 | 163.57 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 240 | 0 | 0.51 | 0.06 | 0 | 306.92 | 1 | 0.75 |
| Hex | FF | 7D | F0 | 0 | 33 | 6 | 0 | 133 | 64 | 4B |
| Octal | 377 | 175 | 360 | 0 | 63 | 6 | 0 | 463 | 144 | 113 |
| Binary | 11111111 | 1111101 | 11110000 | 0 | 110011 | 110 | 0 | 100110011 | 1100100 | 1001011 |
Color Harmonies of #FF7DF0
Complementary color
Monochromatic Colors of #FF7DF0
Black with #FF7DF0
Text Example
Text Example
White with #FF7DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DF0; }
p { color: rgb(255,125,240); }
H1.HeaderClassName
{
color: #FF7DF0;
}
.AnyTagClassName
{
color: #FF7DF0;
}
</style>
background-color css
<style>
a { background-color: #FF7DF0; }
a { background-color: rgb(255,125,240); }
div.DivClassName
{
background-color: #FF7DF0;
}
.BgClassName
{
background-color: #FF7DF0;
}
</style>
border-color css
<style>
span { border-color: #FF7DF0; }
span { border-color: rgb(255,125,240); }
td.TdClassName
{
border-color: #FF7DF0;
}
.TagClassName
{
border-color: #FF7DF0;
}
</style>