Shades of Pale Magenta #FB90F0
Tints of Pale Magenta #FB90F0
RGB
CMYK
RGB Variations
Color information
#FB90F0 (or 0xFB90F0) is known color: Pale Magenta. HEX triplet: FB, 90 and F0. RGB value is (251,144,240). Sum of RGB (Red+Green+Blue) = 251+144+240=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 144 (56.64% from 255 or 22.68% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB90F0 is #046F0F. Grayscale: #BABABA. Windows color (decimal): -290576 or 15765755. OLE color: 15765755.
HSL color Cylindrical-coordinate representation of color #FB90F0: hue angle of 306.17º 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 #FB90F0 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 240 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.02 |
| HSL | 306.17º | 0.93% | 0.77% | - |
| HSV(B) | 306.17º | 0.43% | 0.98% | - |
| XYZ | 65.49 | 46.75 | 88.01 | - |
| YUV | 186.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 240 | 0 | 0.43 | 0.04 | 0.02 | 306.17 | 0.93 | 0.77 |
| Hex | FB | 90 | F0 | 0 | 2B | 4 | 2 | 132 | 5D | 4D |
| Octal | 373 | 220 | 360 | 0 | 53 | 4 | 2 | 462 | 135 | 115 |
| Binary | 11111011 | 10010000 | 11110000 | 0 | 101011 | 100 | 10 | 100110010 | 1011101 | 1001101 |
Color Harmonies of #FB90F0
Complementary color
Monochromatic Colors of #FB90F0
Black with #FB90F0
Text Example
Text Example
White with #FB90F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90F0; }
p { color: rgb(251,144,240); }
H1.HeaderClassName
{
color: #FB90F0;
}
.AnyTagClassName
{
color: #FB90F0;
}
</style>
background-color css
<style>
a { background-color: #FB90F0; }
a { background-color: rgb(251,144,240); }
div.DivClassName
{
background-color: #FB90F0;
}
.BgClassName
{
background-color: #FB90F0;
}
</style>
border-color css
<style>
span { border-color: #FB90F0; }
span { border-color: rgb(251,144,240); }
td.TdClassName
{
border-color: #FB90F0;
}
.TagClassName
{
border-color: #FB90F0;
}
</style>