Shades of Pale Magenta #FF7BEA
Tints of Pale Magenta #FF7BEA
RGB
CMYK
RGB Variations
Color information
#FF7BEA (or 0xFF7BEA) is known color: Pale Magenta. HEX triplet: FF, 7B and EA. RGB value is (255,123,234). Sum of RGB (Red+Green+Blue) = 255+123+234=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 123 (48.44% from 255 or 20.10% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7BEA is #008415. Grayscale: #AEAEAE. Windows color (decimal): -33814 or 15367167. OLE color: 15367167.
HSL color Cylindrical-coordinate representation of color #FF7BEA: hue angle of 309.55º 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 #FF7BEA is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 234 | - |
| CMYK | 0 | 0.52 | 0.08 | 0 |
| HSL | 309.55º | 1% | 0.74% | - |
| HSV(B) | 309.55º | 0.52% | 1% | - |
| XYZ | 63.17 | 41.37 | 82.5 | - |
| YUV | 175.12 | 161.23 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 234 | 0 | 0.52 | 0.08 | 0 | 309.55 | 1 | 0.74 |
| Hex | FF | 7B | EA | 0 | 34 | 8 | 0 | 136 | 64 | 4A |
| Octal | 377 | 173 | 352 | 0 | 64 | 10 | 0 | 466 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11101010 | 0 | 110100 | 1000 | 0 | 100110110 | 1100100 | 1001010 |
Color Harmonies of #FF7BEA
Complementary color
Monochromatic Colors of #FF7BEA
Black with #FF7BEA
Text Example
Text Example
White with #FF7BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BEA; }
p { color: rgb(255,123,234); }
H1.HeaderClassName
{
color: #FF7BEA;
}
.AnyTagClassName
{
color: #FF7BEA;
}
</style>
background-color css
<style>
a { background-color: #FF7BEA; }
a { background-color: rgb(255,123,234); }
div.DivClassName
{
background-color: #FF7BEA;
}
.BgClassName
{
background-color: #FF7BEA;
}
</style>
border-color css
<style>
span { border-color: #FF7BEA; }
span { border-color: rgb(255,123,234); }
td.TdClassName
{
border-color: #FF7BEA;
}
.TagClassName
{
border-color: #FF7BEA;
}
</style>