Shades of Pale Magenta #FB77E2
Tints of Pale Magenta #FB77E2
RGB
CMYK
RGB Variations
Color information
#FB77E2 (or 0xFB77E2) is known color: Pale Magenta. HEX triplet: FB, 77 and E2. RGB value is (251,119,226). Sum of RGB (Red+Green+Blue) = 251+119+226=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 119 (46.88% from 255 or 19.97% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77E2 is #04881D. Grayscale: #AAAAAA. Windows color (decimal): -296990 or 14841851. OLE color: 14841851.
HSL color Cylindrical-coordinate representation of color #FB77E2: hue angle of 311.36º 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 #FB77E2 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 226 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.02 |
| HSL | 311.36º | 0.94% | 0.73% | - |
| HSV(B) | 311.36º | 0.53% | 0.98% | - |
| XYZ | 60.11 | 39.19 | 76.35 | - |
| YUV | 170.67 | 159.23 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 226 | 0 | 0.53 | 0.10 | 0.02 | 311.36 | 0.94 | 0.73 |
| Hex | FB | 77 | E2 | 0 | 35 | A | 2 | 137 | 5E | 49 |
| Octal | 373 | 167 | 342 | 0 | 65 | 12 | 2 | 467 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11100010 | 0 | 110101 | 1010 | 10 | 100110111 | 1011110 | 1001001 |
Color Harmonies of #FB77E2
Complementary color
Monochromatic Colors of #FB77E2
Black with #FB77E2
Text Example
Text Example
White with #FB77E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77E2; }
p { color: rgb(251,119,226); }
H1.HeaderClassName
{
color: #FB77E2;
}
.AnyTagClassName
{
color: #FB77E2;
}
</style>
background-color css
<style>
a { background-color: #FB77E2; }
a { background-color: rgb(251,119,226); }
div.DivClassName
{
background-color: #FB77E2;
}
.BgClassName
{
background-color: #FB77E2;
}
</style>
border-color css
<style>
span { border-color: #FB77E2; }
span { border-color: rgb(251,119,226); }
td.TdClassName
{
border-color: #FB77E2;
}
.TagClassName
{
border-color: #FB77E2;
}
</style>