Shades of Pale Magenta #FB73E4
Tints of Pale Magenta #FB73E4
RGB
CMYK
RGB Variations
Color information
#FB73E4 (or 0xFB73E4) is known color: Pale Magenta. HEX triplet: FB, 73 and E4. RGB value is (251,115,228). Sum of RGB (Red+Green+Blue) = 251+115+228=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 115 (45.31% from 255 or 19.36% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73E4 is #048C1B. Grayscale: #A8A8A8. Windows color (decimal): -298012 or 14971899. OLE color: 14971899.
HSL color Cylindrical-coordinate representation of color #FB73E4: hue angle of 310.15º 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 #FB73E4 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 228 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.02 |
| HSL | 310.15º | 0.94% | 0.72% | - |
| HSV(B) | 310.15º | 0.54% | 0.98% | - |
| XYZ | 59.92 | 38.37 | 77.65 | - |
| YUV | 168.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 228 | 0 | 0.54 | 0.09 | 0.02 | 310.15 | 0.94 | 0.72 |
| Hex | FB | 73 | E4 | 0 | 36 | 9 | 2 | 136 | 5E | 48 |
| Octal | 373 | 163 | 344 | 0 | 66 | 11 | 2 | 466 | 136 | 110 |
| Binary | 11111011 | 1110011 | 11100100 | 0 | 110110 | 1001 | 10 | 100110110 | 1011110 | 1001000 |
Color Harmonies of #FB73E4
Complementary color
Monochromatic Colors of #FB73E4
Black with #FB73E4
Text Example
Text Example
White with #FB73E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73E4; }
p { color: rgb(251,115,228); }
H1.HeaderClassName
{
color: #FB73E4;
}
.AnyTagClassName
{
color: #FB73E4;
}
</style>
background-color css
<style>
a { background-color: #FB73E4; }
a { background-color: rgb(251,115,228); }
div.DivClassName
{
background-color: #FB73E4;
}
.BgClassName
{
background-color: #FB73E4;
}
</style>
border-color css
<style>
span { border-color: #FB73E4; }
span { border-color: rgb(251,115,228); }
td.TdClassName
{
border-color: #FB73E4;
}
.TagClassName
{
border-color: #FB73E4;
}
</style>