Shades of Pale Magenta #FB73E6
Tints of Pale Magenta #FB73E6
RGB
CMYK
RGB Variations
Color information
#FB73E6 (or 0xFB73E6) is known color: Pale Magenta. HEX triplet: FB, 73 and E6. RGB value is (251,115,230). Sum of RGB (Red+Green+Blue) = 251+115+230=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 115 (45.31% from 255 or 19.30% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB73E6 is #048C19. Grayscale: #A8A8A8. Windows color (decimal): -298010 or 15102971. OLE color: 15102971.
HSL color Cylindrical-coordinate representation of color #FB73E6: hue angle of 309.26º 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 #FB73E6 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 230 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.02 |
| HSL | 309.26º | 0.94% | 0.72% | - |
| HSV(B) | 309.26º | 0.54% | 0.98% | - |
| XYZ | 60.2 | 38.48 | 79.12 | - |
| YUV | 168.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 230 | 0 | 0.54 | 0.08 | 0.02 | 309.26 | 0.94 | 0.72 |
| Hex | FB | 73 | E6 | 0 | 36 | 8 | 2 | 135 | 5E | 48 |
| Octal | 373 | 163 | 346 | 0 | 66 | 10 | 2 | 465 | 136 | 110 |
| Binary | 11111011 | 1110011 | 11100110 | 0 | 110110 | 1000 | 10 | 100110101 | 1011110 | 1001000 |
Color Harmonies of #FB73E6
Complementary color
Monochromatic Colors of #FB73E6
Black with #FB73E6
Text Example
Text Example
White with #FB73E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73E6; }
p { color: rgb(251,115,230); }
H1.HeaderClassName
{
color: #FB73E6;
}
.AnyTagClassName
{
color: #FB73E6;
}
</style>
background-color css
<style>
a { background-color: #FB73E6; }
a { background-color: rgb(251,115,230); }
div.DivClassName
{
background-color: #FB73E6;
}
.BgClassName
{
background-color: #FB73E6;
}
</style>
border-color css
<style>
span { border-color: #FB73E6; }
span { border-color: rgb(251,115,230); }
td.TdClassName
{
border-color: #FB73E6;
}
.TagClassName
{
border-color: #FB73E6;
}
</style>