Shades of Pale Magenta #FF7BE1
Tints of Pale Magenta #FF7BE1
RGB
CMYK
RGB Variations
Color information
#FF7BE1 (or 0xFF7BE1) is known color: Pale Magenta. HEX triplet: FF, 7B and E1. RGB value is (255,123,225). Sum of RGB (Red+Green+Blue) = 255+123+225=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 123 (48.44% from 255 or 20.40% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BE1 is #00841E. Grayscale: #ADADAD. Windows color (decimal): -33823 or 14777343. OLE color: 14777343.
HSL color Cylindrical-coordinate representation of color #FF7BE1: hue angle of 313.64º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7BE1 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 225 | - |
| CMYK | 0 | 0.52 | 0.12 | 0 |
| HSL | 313.64º | 1% | 0.74% | - |
| HSV(B) | 313.64º | 0.52% | 1% | - |
| XYZ | 61.91 | 40.86 | 75.86 | - |
| YUV | 174.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 225 | 0 | 0.52 | 0.12 | 0 | 313.64 | 1 | 0.74 |
| Hex | FF | 7B | E1 | 0 | 34 | C | 0 | 13A | 64 | 4A |
| Octal | 377 | 173 | 341 | 0 | 64 | 14 | 0 | 472 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11100001 | 0 | 110100 | 1100 | 0 | 100111010 | 1100100 | 1001010 |
Color Harmonies of #FF7BE1
Complementary color
Monochromatic Colors of #FF7BE1
Black with #FF7BE1
Text Example
Text Example
White with #FF7BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BE1; }
p { color: rgb(255,123,225); }
H1.HeaderClassName
{
color: #FF7BE1;
}
.AnyTagClassName
{
color: #FF7BE1;
}
</style>
background-color css
<style>
a { background-color: #FF7BE1; }
a { background-color: rgb(255,123,225); }
div.DivClassName
{
background-color: #FF7BE1;
}
.BgClassName
{
background-color: #FF7BE1;
}
</style>
border-color css
<style>
span { border-color: #FF7BE1; }
span { border-color: rgb(255,123,225); }
td.TdClassName
{
border-color: #FF7BE1;
}
.TagClassName
{
border-color: #FF7BE1;
}
</style>