Shades of Pale Magenta #F07DE4
Tints of Pale Magenta #F07DE4
RGB
CMYK
RGB Variations
Color information
#F07DE4 (or 0xF07DE4) is known color: Pale Magenta. HEX triplet: F0, 7D and E4. RGB value is (240,125,228). Sum of RGB (Red+Green+Blue) = 240+125+228=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DE4 is #0F821B. Grayscale: #AAAAAA. Windows color (decimal): -1016348 or 14974448. OLE color: 14974448.
HSL color Cylindrical-coordinate representation of color #F07DE4: hue angle of 306.26º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07DE4 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 228 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.06 |
| HSL | 306.26º | 0.79% | 0.72% | - |
| HSV(B) | 306.26º | 0.48% | 0.94% | - |
| XYZ | 57.27 | 38.79 | 77.87 | - |
| YUV | 171.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 228 | 0 | 0.48 | 0.05 | 0.06 | 306.26 | 0.79 | 0.72 |
| Hex | F0 | 7D | E4 | 0 | 30 | 5 | 6 | 132 | 4F | 48 |
| Octal | 360 | 175 | 344 | 0 | 60 | 5 | 6 | 462 | 117 | 110 |
| Binary | 11110000 | 1111101 | 11100100 | 0 | 110000 | 101 | 110 | 100110010 | 1001111 | 1001000 |
Color Harmonies of #F07DE4
Complementary color
Monochromatic Colors of #F07DE4
Black with #F07DE4
Text Example
Text Example
White with #F07DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07DE4; }
p { color: rgb(240,125,228); }
H1.HeaderClassName
{
color: #F07DE4;
}
.AnyTagClassName
{
color: #F07DE4;
}
</style>
background-color css
<style>
a { background-color: #F07DE4; }
a { background-color: rgb(240,125,228); }
div.DivClassName
{
background-color: #F07DE4;
}
.BgClassName
{
background-color: #F07DE4;
}
</style>
border-color css
<style>
span { border-color: #F07DE4; }
span { border-color: rgb(240,125,228); }
td.TdClassName
{
border-color: #F07DE4;
}
.TagClassName
{
border-color: #F07DE4;
}
</style>