Shades of Pale Magenta #FA7BEE
Tints of Pale Magenta #FA7BEE
RGB
CMYK
RGB Variations
Color information
#FA7BEE (or 0xFA7BEE) is known color: Pale Magenta. HEX triplet: FA, 7B and EE. RGB value is (250,123,238). Sum of RGB (Red+Green+Blue) = 250+123+238=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 123 (48.44% from 255 or 20.13% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7BEE is #058411. Grayscale: #ADADAD. Windows color (decimal): -361490 or 15629306. OLE color: 15629306.
HSL color Cylindrical-coordinate representation of color #FA7BEE: hue angle of 305.67º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7BEE is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 238 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.02 |
| HSL | 305.67º | 0.93% | 0.73% | - |
| HSV(B) | 305.67º | 0.51% | 0.98% | - |
| XYZ | 61.94 | 40.66 | 85.47 | - |
| YUV | 174.08 | 164.08 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 238 | 0 | 0.51 | 0.05 | 0.02 | 305.67 | 0.93 | 0.73 |
| Hex | FA | 7B | EE | 0 | 33 | 5 | 2 | 132 | 5D | 49 |
| Octal | 372 | 173 | 356 | 0 | 63 | 5 | 2 | 462 | 135 | 111 |
| Binary | 11111010 | 1111011 | 11101110 | 0 | 110011 | 101 | 10 | 100110010 | 1011101 | 1001001 |
Color Harmonies of #FA7BEE
Complementary color
Monochromatic Colors of #FA7BEE
Black with #FA7BEE
Text Example
Text Example
White with #FA7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7BEE; }
p { color: rgb(250,123,238); }
H1.HeaderClassName
{
color: #FA7BEE;
}
.AnyTagClassName
{
color: #FA7BEE;
}
</style>
background-color css
<style>
a { background-color: #FA7BEE; }
a { background-color: rgb(250,123,238); }
div.DivClassName
{
background-color: #FA7BEE;
}
.BgClassName
{
background-color: #FA7BEE;
}
</style>
border-color css
<style>
span { border-color: #FA7BEE; }
span { border-color: rgb(250,123,238); }
td.TdClassName
{
border-color: #FA7BEE;
}
.TagClassName
{
border-color: #FA7BEE;
}
</style>