Shades of Pale Magenta #F07BE1
Tints of Pale Magenta #F07BE1
RGB
CMYK
RGB Variations
Color information
#F07BE1 (or 0xF07BE1) is known color: Pale Magenta. HEX triplet: F0, 7B and E1. RGB value is (240,123,225). Sum of RGB (Red+Green+Blue) = 240+123+225=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 123 (48.44% from 255 or 20.92% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BE1 is #0F841E. Grayscale: #A9A9A9. Windows color (decimal): -1016863 or 14777328. OLE color: 14777328.
HSL color Cylindrical-coordinate representation of color #F07BE1: hue angle of 307.69º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07BE1 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 225 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.06 |
| HSL | 307.69º | 0.8% | 0.71% | - |
| HSV(B) | 307.69º | 0.49% | 0.94% | - |
| XYZ | 56.61 | 38.13 | 75.61 | - |
| YUV | 169.61 | 159.26 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 225 | 0 | 0.49 | 0.06 | 0.06 | 307.69 | 0.8 | 0.71 |
| Hex | F0 | 7B | E1 | 0 | 31 | 6 | 6 | 134 | 50 | 47 |
| Octal | 360 | 173 | 341 | 0 | 61 | 6 | 6 | 464 | 120 | 107 |
| Binary | 11110000 | 1111011 | 11100001 | 0 | 110001 | 110 | 110 | 100110100 | 1010000 | 1000111 |
Color Harmonies of #F07BE1
Complementary color
Monochromatic Colors of #F07BE1
Black with #F07BE1
Text Example
Text Example
White with #F07BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BE1; }
p { color: rgb(240,123,225); }
H1.HeaderClassName
{
color: #F07BE1;
}
.AnyTagClassName
{
color: #F07BE1;
}
</style>
background-color css
<style>
a { background-color: #F07BE1; }
a { background-color: rgb(240,123,225); }
div.DivClassName
{
background-color: #F07BE1;
}
.BgClassName
{
background-color: #F07BE1;
}
</style>
border-color css
<style>
span { border-color: #F07BE1; }
span { border-color: rgb(240,123,225); }
td.TdClassName
{
border-color: #F07BE1;
}
.TagClassName
{
border-color: #F07BE1;
}
</style>