Shades of Pale Magenta #FA7BED
Tints of Pale Magenta #FA7BED
RGB
CMYK
RGB Variations
Color information
#FA7BED (or 0xFA7BED) is known color: Pale Magenta. HEX triplet: FA, 7B and ED. RGB value is (250,123,237). Sum of RGB (Red+Green+Blue) = 250+123+237=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 123 (48.44% from 255 or 20.16% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7BED is #058412. Grayscale: #ADADAD. Windows color (decimal): -361491 or 15563770. OLE color: 15563770.
HSL color Cylindrical-coordinate representation of color #FA7BED: hue angle of 306.14º 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 #FA7BED is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 237 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.02 |
| HSL | 306.14º | 0.93% | 0.73% | - |
| HSV(B) | 306.14º | 0.51% | 0.98% | - |
| XYZ | 61.79 | 40.6 | 84.7 | - |
| YUV | 173.97 | 163.58 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 237 | 0 | 0.51 | 0.05 | 0.02 | 306.14 | 0.93 | 0.73 |
| Hex | FA | 7B | ED | 0 | 33 | 5 | 2 | 132 | 5D | 49 |
| Octal | 372 | 173 | 355 | 0 | 63 | 5 | 2 | 462 | 135 | 111 |
| Binary | 11111010 | 1111011 | 11101101 | 0 | 110011 | 101 | 10 | 100110010 | 1011101 | 1001001 |
Color Harmonies of #FA7BED
Complementary color
Monochromatic Colors of #FA7BED
Black with #FA7BED
Text Example
Text Example
White with #FA7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7BED; }
p { color: rgb(250,123,237); }
H1.HeaderClassName
{
color: #FA7BED;
}
.AnyTagClassName
{
color: #FA7BED;
}
</style>
background-color css
<style>
a { background-color: #FA7BED; }
a { background-color: rgb(250,123,237); }
div.DivClassName
{
background-color: #FA7BED;
}
.BgClassName
{
background-color: #FA7BED;
}
</style>
border-color css
<style>
span { border-color: #FA7BED; }
span { border-color: rgb(250,123,237); }
td.TdClassName
{
border-color: #FA7BED;
}
.TagClassName
{
border-color: #FA7BED;
}
</style>