Shades of Pale Magenta #F07BE3
Tints of Pale Magenta #F07BE3
RGB
CMYK
RGB Variations
Color information
#F07BE3 (or 0xF07BE3) is known color: Pale Magenta. HEX triplet: F0, 7B and E3. RGB value is (240,123,227). Sum of RGB (Red+Green+Blue) = 240+123+227=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 123 (48.44% from 255 or 20.85% from 590); Blue value is 227 (89.06% from 255 or 38.47% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BE3 is #0F841C. Grayscale: #A9A9A9. Windows color (decimal): -1016861 or 14908400. OLE color: 14908400.
HSL color Cylindrical-coordinate representation of color #F07BE3: hue angle of 306.67º 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 #F07BE3 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 227 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.06 |
| HSL | 306.67º | 0.8% | 0.71% | - |
| HSV(B) | 306.67º | 0.49% | 0.94% | - |
| XYZ | 56.88 | 38.24 | 77.06 | - |
| YUV | 169.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 227 | 0 | 0.49 | 0.05 | 0.06 | 306.67 | 0.8 | 0.71 |
| Hex | F0 | 7B | E3 | 0 | 31 | 5 | 6 | 133 | 50 | 47 |
| Octal | 360 | 173 | 343 | 0 | 61 | 5 | 6 | 463 | 120 | 107 |
| Binary | 11110000 | 1111011 | 11100011 | 0 | 110001 | 101 | 110 | 100110011 | 1010000 | 1000111 |
Color Harmonies of #F07BE3
Complementary color
Monochromatic Colors of #F07BE3
Black with #F07BE3
Text Example
Text Example
White with #F07BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BE3; }
p { color: rgb(240,123,227); }
H1.HeaderClassName
{
color: #F07BE3;
}
.AnyTagClassName
{
color: #F07BE3;
}
</style>
background-color css
<style>
a { background-color: #F07BE3; }
a { background-color: rgb(240,123,227); }
div.DivClassName
{
background-color: #F07BE3;
}
.BgClassName
{
background-color: #F07BE3;
}
</style>
border-color css
<style>
span { border-color: #F07BE3; }
span { border-color: rgb(240,123,227); }
td.TdClassName
{
border-color: #F07BE3;
}
.TagClassName
{
border-color: #F07BE3;
}
</style>