Shades of Pale Magenta #FB92E5
Tints of Pale Magenta #FB92E5
RGB
CMYK
RGB Variations
Color information
#FB92E5 (or 0xFB92E5) is known color: Pale Magenta. HEX triplet: FB, 92 and E5. RGB value is (251,146,229). Sum of RGB (Red+Green+Blue) = 251+146+229=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 146 (57.42% from 255 or 23.32% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB92E5 is #046D1A. Grayscale: #BABABA. Windows color (decimal): -290075 or 15045371. OLE color: 15045371.
HSL color Cylindrical-coordinate representation of color #FB92E5: hue angle of 312.57º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB92E5 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 229 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.02 |
| HSL | 312.57º | 0.93% | 0.78% | - |
| HSV(B) | 312.57º | 0.42% | 0.98% | - |
| XYZ | 64.21 | 46.72 | 79.76 | - |
| YUV | 186.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 229 | 0 | 0.42 | 0.09 | 0.02 | 312.57 | 0.93 | 0.78 |
| Hex | FB | 92 | E5 | 0 | 2A | 9 | 2 | 139 | 5D | 4E |
| Octal | 373 | 222 | 345 | 0 | 52 | 11 | 2 | 471 | 135 | 116 |
| Binary | 11111011 | 10010010 | 11100101 | 0 | 101010 | 1001 | 10 | 100111001 | 1011101 | 1001110 |
Color Harmonies of #FB92E5
Complementary color
Monochromatic Colors of #FB92E5
Black with #FB92E5
Text Example
Text Example
White with #FB92E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB92E5; }
p { color: rgb(251,146,229); }
H1.HeaderClassName
{
color: #FB92E5;
}
.AnyTagClassName
{
color: #FB92E5;
}
</style>
background-color css
<style>
a { background-color: #FB92E5; }
a { background-color: rgb(251,146,229); }
div.DivClassName
{
background-color: #FB92E5;
}
.BgClassName
{
background-color: #FB92E5;
}
</style>
border-color css
<style>
span { border-color: #FB92E5; }
span { border-color: rgb(251,146,229); }
td.TdClassName
{
border-color: #FB92E5;
}
.TagClassName
{
border-color: #FB92E5;
}
</style>