Shades of Pale Magenta #FF90F1
Tints of Pale Magenta #FF90F1
RGB
CMYK
RGB Variations
Color information
#FF90F1 (or 0xFF90F1) is known color: Pale Magenta. HEX triplet: FF, 90 and F1. RGB value is (255,144,241). Sum of RGB (Red+Green+Blue) = 255+144+241=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 144 (56.64% from 255 or 22.5% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF90F1 is #006F0E. Grayscale: #BBBBBB. Windows color (decimal): -28431 or 15831295. OLE color: 15831295.
HSL color Cylindrical-coordinate representation of color #FF90F1: hue angle of 307.57º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF90F1 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 241 | - |
| CMYK | 0 | 0.44 | 0.05 | 0 |
| HSL | 307.57º | 1% | 0.78% | - |
| HSV(B) | 307.57º | 0.44% | 1% | - |
| XYZ | 67.09 | 47.56 | 88.86 | - |
| YUV | 188.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 241 | 0 | 0.44 | 0.05 | 0 | 307.57 | 1 | 0.78 |
| Hex | FF | 90 | F1 | 0 | 2C | 5 | 0 | 134 | 64 | 4E |
| Octal | 377 | 220 | 361 | 0 | 54 | 5 | 0 | 464 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11110001 | 0 | 101100 | 101 | 0 | 100110100 | 1100100 | 1001110 |
Color Harmonies of #FF90F1
Complementary color
Monochromatic Colors of #FF90F1
Black with #FF90F1
Text Example
Text Example
White with #FF90F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90F1; }
p { color: rgb(255,144,241); }
H1.HeaderClassName
{
color: #FF90F1;
}
.AnyTagClassName
{
color: #FF90F1;
}
</style>
background-color css
<style>
a { background-color: #FF90F1; }
a { background-color: rgb(255,144,241); }
div.DivClassName
{
background-color: #FF90F1;
}
.BgClassName
{
background-color: #FF90F1;
}
</style>
border-color css
<style>
span { border-color: #FF90F1; }
span { border-color: rgb(255,144,241); }
td.TdClassName
{
border-color: #FF90F1;
}
.TagClassName
{
border-color: #FF90F1;
}
</style>