Shades of Pale Magenta #FA7BEC
Tints of Pale Magenta #FA7BEC
RGB
CMYK
RGB Variations
Color information
#FA7BEC (or 0xFA7BEC) is known color: Pale Magenta. HEX triplet: FA, 7B and EC. RGB value is (250,123,236). Sum of RGB (Red+Green+Blue) = 250+123+236=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 123 (48.44% from 255 or 20.20% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7BEC is #058413. Grayscale: #ADADAD. Windows color (decimal): -361492 or 15498234. OLE color: 15498234.
HSL color Cylindrical-coordinate representation of color #FA7BEC: hue angle of 306.61º 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 #FA7BEC is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 236 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.02 |
| HSL | 306.61º | 0.93% | 0.73% | - |
| HSV(B) | 306.61º | 0.51% | 0.98% | - |
| XYZ | 61.65 | 40.55 | 83.93 | - |
| YUV | 173.86 | 163.08 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 236 | 0 | 0.51 | 0.06 | 0.02 | 306.61 | 0.93 | 0.73 |
| Hex | FA | 7B | EC | 0 | 33 | 6 | 2 | 133 | 5D | 49 |
| Octal | 372 | 173 | 354 | 0 | 63 | 6 | 2 | 463 | 135 | 111 |
| Binary | 11111010 | 1111011 | 11101100 | 0 | 110011 | 110 | 10 | 100110011 | 1011101 | 1001001 |
Color Harmonies of #FA7BEC
Complementary color
Monochromatic Colors of #FA7BEC
Black with #FA7BEC
Text Example
Text Example
White with #FA7BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7BEC; }
p { color: rgb(250,123,236); }
H1.HeaderClassName
{
color: #FA7BEC;
}
.AnyTagClassName
{
color: #FA7BEC;
}
</style>
background-color css
<style>
a { background-color: #FA7BEC; }
a { background-color: rgb(250,123,236); }
div.DivClassName
{
background-color: #FA7BEC;
}
.BgClassName
{
background-color: #FA7BEC;
}
</style>
border-color css
<style>
span { border-color: #FA7BEC; }
span { border-color: rgb(250,123,236); }
td.TdClassName
{
border-color: #FA7BEC;
}
.TagClassName
{
border-color: #FA7BEC;
}
</style>