Shades of Pale Magenta #FB85E7
Tints of Pale Magenta #FB85E7
RGB
CMYK
RGB Variations
Color information
#FB85E7 (or 0xFB85E7) is known color: Pale Magenta. HEX triplet: FB, 85 and E7. RGB value is (251,133,231). Sum of RGB (Red+Green+Blue) = 251+133+231=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 133 (52.34% from 255 or 21.63% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB85E7 is #047A18. Grayscale: #B3B3B3. Windows color (decimal): -293401 or 15173115. OLE color: 15173115.
HSL color Cylindrical-coordinate representation of color #FB85E7: hue angle of 310.17º 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 #FB85E7 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 231 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.02 |
| HSL | 310.17º | 0.94% | 0.75% | - |
| HSV(B) | 310.17º | 0.47% | 0.98% | - |
| XYZ | 62.6 | 43.05 | 80.61 | - |
| YUV | 179.45 | 157.09 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 231 | 0 | 0.47 | 0.08 | 0.02 | 310.17 | 0.94 | 0.75 |
| Hex | FB | 85 | E7 | 0 | 2F | 8 | 2 | 136 | 5E | 4B |
| Octal | 373 | 205 | 347 | 0 | 57 | 10 | 2 | 466 | 136 | 113 |
| Binary | 11111011 | 10000101 | 11100111 | 0 | 101111 | 1000 | 10 | 100110110 | 1011110 | 1001011 |
Color Harmonies of #FB85E7
Complementary color
Monochromatic Colors of #FB85E7
Black with #FB85E7
Text Example
Text Example
White with #FB85E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB85E7; }
p { color: rgb(251,133,231); }
H1.HeaderClassName
{
color: #FB85E7;
}
.AnyTagClassName
{
color: #FB85E7;
}
</style>
background-color css
<style>
a { background-color: #FB85E7; }
a { background-color: rgb(251,133,231); }
div.DivClassName
{
background-color: #FB85E7;
}
.BgClassName
{
background-color: #FB85E7;
}
</style>
border-color css
<style>
span { border-color: #FB85E7; }
span { border-color: rgb(251,133,231); }
td.TdClassName
{
border-color: #FB85E7;
}
.TagClassName
{
border-color: #FB85E7;
}
</style>