Shades of Pale Magenta #FF7BE7
Tints of Pale Magenta #FF7BE7
RGB
CMYK
RGB Variations
Color information
#FF7BE7 (or 0xFF7BE7) is known color: Pale Magenta. HEX triplet: FF, 7B and E7. RGB value is (255,123,231). Sum of RGB (Red+Green+Blue) = 255+123+231=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 123 (48.44% from 255 or 20.20% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7BE7 is #008418. Grayscale: #AEAEAE. Windows color (decimal): -33817 or 15170559. OLE color: 15170559.
HSL color Cylindrical-coordinate representation of color #FF7BE7: hue angle of 310.91º 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 #FF7BE7 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 231 | - |
| CMYK | 0 | 0.52 | 0.09 | 0 |
| HSL | 310.91º | 1% | 0.74% | - |
| HSV(B) | 310.91º | 0.52% | 1% | - |
| XYZ | 62.75 | 41.2 | 80.25 | - |
| YUV | 174.78 | 159.73 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 231 | 0 | 0.52 | 0.09 | 0 | 310.91 | 1 | 0.74 |
| Hex | FF | 7B | E7 | 0 | 34 | 9 | 0 | 137 | 64 | 4A |
| Octal | 377 | 173 | 347 | 0 | 64 | 11 | 0 | 467 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11100111 | 0 | 110100 | 1001 | 0 | 100110111 | 1100100 | 1001010 |
Color Harmonies of #FF7BE7
Complementary color
Monochromatic Colors of #FF7BE7
Black with #FF7BE7
Text Example
Text Example
White with #FF7BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BE7; }
p { color: rgb(255,123,231); }
H1.HeaderClassName
{
color: #FF7BE7;
}
.AnyTagClassName
{
color: #FF7BE7;
}
</style>
background-color css
<style>
a { background-color: #FF7BE7; }
a { background-color: rgb(255,123,231); }
div.DivClassName
{
background-color: #FF7BE7;
}
.BgClassName
{
background-color: #FF7BE7;
}
</style>
border-color css
<style>
span { border-color: #FF7BE7; }
span { border-color: rgb(255,123,231); }
td.TdClassName
{
border-color: #FF7BE7;
}
.TagClassName
{
border-color: #FF7BE7;
}
</style>