Shades of Pale Magenta #FB85E3
Tints of Pale Magenta #FB85E3
RGB
CMYK
RGB Variations
Color information
#FB85E3 (or 0xFB85E3) is known color: Pale Magenta. HEX triplet: FB, 85 and E3. RGB value is (251,133,227). Sum of RGB (Red+Green+Blue) = 251+133+227=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 227 (89.06% from 255 or 37.15% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85E3 is #047A1C. Grayscale: #B2B2B2. Windows color (decimal): -293405 or 14910971. OLE color: 14910971.
HSL color Cylindrical-coordinate representation of color #FB85E3: hue angle of 312.2º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB85E3 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 227 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.02 |
| HSL | 312.2º | 0.94% | 0.75% | - |
| HSV(B) | 312.2º | 0.47% | 0.98% | - |
| XYZ | 62.04 | 42.83 | 77.67 | - |
| YUV | 179 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 227 | 0 | 0.47 | 0.10 | 0.02 | 312.2 | 0.94 | 0.75 |
| Hex | FB | 85 | E3 | 0 | 2F | A | 2 | 138 | 5E | 4B |
| Octal | 373 | 205 | 343 | 0 | 57 | 12 | 2 | 470 | 136 | 113 |
| Binary | 11111011 | 10000101 | 11100011 | 0 | 101111 | 1010 | 10 | 100111000 | 1011110 | 1001011 |
Color Harmonies of #FB85E3
Complementary color
Monochromatic Colors of #FB85E3
Black with #FB85E3
Text Example
Text Example
White with #FB85E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB85E3; }
p { color: rgb(251,133,227); }
H1.HeaderClassName
{
color: #FB85E3;
}
.AnyTagClassName
{
color: #FB85E3;
}
</style>
background-color css
<style>
a { background-color: #FB85E3; }
a { background-color: rgb(251,133,227); }
div.DivClassName
{
background-color: #FB85E3;
}
.BgClassName
{
background-color: #FB85E3;
}
</style>
border-color css
<style>
span { border-color: #FB85E3; }
span { border-color: rgb(251,133,227); }
td.TdClassName
{
border-color: #FB85E3;
}
.TagClassName
{
border-color: #FB85E3;
}
</style>