Shades of Pale Magenta #FB90EA
Tints of Pale Magenta #FB90EA
RGB
CMYK
RGB Variations
Color information
#FB90EA (or 0xFB90EA) is known color: Pale Magenta. HEX triplet: FB, 90 and EA. RGB value is (251,144,234). Sum of RGB (Red+Green+Blue) = 251+144+234=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 144 (56.64% from 255 or 22.89% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB90EA is #046F15. Grayscale: #BABABA. Windows color (decimal): -290582 or 15372539. OLE color: 15372539.
HSL color Cylindrical-coordinate representation of color #FB90EA: hue angle of 309.53º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB90EA is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 234 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.02 |
| HSL | 309.53º | 0.93% | 0.77% | - |
| HSV(B) | 309.53º | 0.43% | 0.98% | - |
| XYZ | 64.61 | 46.4 | 83.39 | - |
| YUV | 186.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 234 | 0 | 0.43 | 0.07 | 0.02 | 309.53 | 0.93 | 0.77 |
| Hex | FB | 90 | EA | 0 | 2B | 7 | 2 | 136 | 5D | 4D |
| Octal | 373 | 220 | 352 | 0 | 53 | 7 | 2 | 466 | 135 | 115 |
| Binary | 11111011 | 10010000 | 11101010 | 0 | 101011 | 111 | 10 | 100110110 | 1011101 | 1001101 |
Color Harmonies of #FB90EA
Complementary color
Monochromatic Colors of #FB90EA
Black with #FB90EA
Text Example
Text Example
White with #FB90EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90EA; }
p { color: rgb(251,144,234); }
H1.HeaderClassName
{
color: #FB90EA;
}
.AnyTagClassName
{
color: #FB90EA;
}
</style>
background-color css
<style>
a { background-color: #FB90EA; }
a { background-color: rgb(251,144,234); }
div.DivClassName
{
background-color: #FB90EA;
}
.BgClassName
{
background-color: #FB90EA;
}
</style>
border-color css
<style>
span { border-color: #FB90EA; }
span { border-color: rgb(251,144,234); }
td.TdClassName
{
border-color: #FB90EA;
}
.TagClassName
{
border-color: #FB90EA;
}
</style>