Shades of Pale Magenta #F07FE3
Tints of Pale Magenta #F07FE3
RGB
CMYK
RGB Variations
Color information
#F07FE3 (or 0xF07FE3) is known color: Pale Magenta. HEX triplet: F0, 7F and E3. RGB value is (240,127,227). Sum of RGB (Red+Green+Blue) = 240+127+227=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 127 (50% from 255 or 21.38% from 594); Blue value is 227 (89.06% from 255 or 38.22% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FE3 is #0F801C. Grayscale: #ABABAB. Windows color (decimal): -1015837 or 14909424. OLE color: 14909424.
HSL color Cylindrical-coordinate representation of color #F07FE3: hue angle of 306.9º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07FE3 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 227 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.06 |
| HSL | 306.9º | 0.79% | 0.72% | - |
| HSV(B) | 306.9º | 0.47% | 0.94% | - |
| XYZ | 57.39 | 39.25 | 77.22 | - |
| YUV | 172.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 227 | 0 | 0.47 | 0.05 | 0.06 | 306.9 | 0.79 | 0.72 |
| Hex | F0 | 7F | E3 | 0 | 2F | 5 | 6 | 133 | 4F | 48 |
| Octal | 360 | 177 | 343 | 0 | 57 | 5 | 6 | 463 | 117 | 110 |
| Binary | 11110000 | 1111111 | 11100011 | 0 | 101111 | 101 | 110 | 100110011 | 1001111 | 1001000 |
Color Harmonies of #F07FE3
Complementary color
Monochromatic Colors of #F07FE3
Black with #F07FE3
Text Example
Text Example
White with #F07FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07FE3; }
p { color: rgb(240,127,227); }
H1.HeaderClassName
{
color: #F07FE3;
}
.AnyTagClassName
{
color: #F07FE3;
}
</style>
background-color css
<style>
a { background-color: #F07FE3; }
a { background-color: rgb(240,127,227); }
div.DivClassName
{
background-color: #F07FE3;
}
.BgClassName
{
background-color: #F07FE3;
}
</style>
border-color css
<style>
span { border-color: #F07FE3; }
span { border-color: rgb(240,127,227); }
td.TdClassName
{
border-color: #F07FE3;
}
.TagClassName
{
border-color: #F07FE3;
}
</style>