Shades of Pale Magenta #FB73ED
Tints of Pale Magenta #FB73ED
RGB
CMYK
RGB Variations
Color information
#FB73ED (or 0xFB73ED) is known color: Pale Magenta. HEX triplet: FB, 73 and ED. RGB value is (251,115,237). Sum of RGB (Red+Green+Blue) = 251+115+237=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 115 (45.31% from 255 or 19.07% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB73ED is #048C12. Grayscale: #A9A9A9. Windows color (decimal): -298003 or 15561723. OLE color: 15561723.
HSL color Cylindrical-coordinate representation of color #FB73ED: hue angle of 306.18º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB73ED is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 237 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.02 |
| HSL | 306.18º | 0.94% | 0.72% | - |
| HSV(B) | 306.18º | 0.54% | 0.98% | - |
| XYZ | 61.2 | 38.89 | 84.4 | - |
| YUV | 169.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 237 | 0 | 0.54 | 0.06 | 0.02 | 306.18 | 0.94 | 0.72 |
| Hex | FB | 73 | ED | 0 | 36 | 6 | 2 | 132 | 5E | 48 |
| Octal | 373 | 163 | 355 | 0 | 66 | 6 | 2 | 462 | 136 | 110 |
| Binary | 11111011 | 1110011 | 11101101 | 0 | 110110 | 110 | 10 | 100110010 | 1011110 | 1001000 |
Color Harmonies of #FB73ED
Complementary color
Monochromatic Colors of #FB73ED
Black with #FB73ED
Text Example
Text Example
White with #FB73ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73ED; }
p { color: rgb(251,115,237); }
H1.HeaderClassName
{
color: #FB73ED;
}
.AnyTagClassName
{
color: #FB73ED;
}
</style>
background-color css
<style>
a { background-color: #FB73ED; }
a { background-color: rgb(251,115,237); }
div.DivClassName
{
background-color: #FB73ED;
}
.BgClassName
{
background-color: #FB73ED;
}
</style>
border-color css
<style>
span { border-color: #FB73ED; }
span { border-color: rgb(251,115,237); }
td.TdClassName
{
border-color: #FB73ED;
}
.TagClassName
{
border-color: #FB73ED;
}
</style>