Shades of Pale Magenta #FB77EE
Tints of Pale Magenta #FB77EE
RGB
CMYK
RGB Variations
Color information
#FB77EE (or 0xFB77EE) is known color: Pale Magenta. HEX triplet: FB, 77 and EE. RGB value is (251,119,238). Sum of RGB (Red+Green+Blue) = 251+119+238=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 119 (46.88% from 255 or 19.57% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB77EE is #048811. Grayscale: #ABABAB. Windows color (decimal): -296978 or 15628283. OLE color: 15628283.
HSL color Cylindrical-coordinate representation of color #FB77EE: hue angle of 305.91º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB77EE is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 238 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.02 |
| HSL | 305.91º | 0.94% | 0.73% | - |
| HSV(B) | 305.91º | 0.53% | 0.98% | - |
| XYZ | 61.81 | 39.88 | 85.33 | - |
| YUV | 172.03 | 165.23 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 238 | 0 | 0.53 | 0.05 | 0.02 | 305.91 | 0.94 | 0.73 |
| Hex | FB | 77 | EE | 0 | 35 | 5 | 2 | 132 | 5E | 49 |
| Octal | 373 | 167 | 356 | 0 | 65 | 5 | 2 | 462 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11101110 | 0 | 110101 | 101 | 10 | 100110010 | 1011110 | 1001001 |
Color Harmonies of #FB77EE
Complementary color
Monochromatic Colors of #FB77EE
Black with #FB77EE
Text Example
Text Example
White with #FB77EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77EE; }
p { color: rgb(251,119,238); }
H1.HeaderClassName
{
color: #FB77EE;
}
.AnyTagClassName
{
color: #FB77EE;
}
</style>
background-color css
<style>
a { background-color: #FB77EE; }
a { background-color: rgb(251,119,238); }
div.DivClassName
{
background-color: #FB77EE;
}
.BgClassName
{
background-color: #FB77EE;
}
</style>
border-color css
<style>
span { border-color: #FB77EE; }
span { border-color: rgb(251,119,238); }
td.TdClassName
{
border-color: #FB77EE;
}
.TagClassName
{
border-color: #FB77EE;
}
</style>