Shades of Pale Magenta #FF90F6
Tints of Pale Magenta #FF90F6
RGB
CMYK
RGB Variations
Color information
#FF90F6 (or 0xFF90F6) is known color: Pale Magenta. HEX triplet: FF, 90 and F6. RGB value is (255,144,246). Sum of RGB (Red+Green+Blue) = 255+144+246=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 144 (56.64% from 255 or 22.33% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF90F6 is #006F09. Grayscale: #BCBCBC. Windows color (decimal): -28426 or 16158975. OLE color: 16158975.
HSL color Cylindrical-coordinate representation of color #FF90F6: hue angle of 304.86º 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 #FF90F6 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 246 | - |
| CMYK | 0 | 0.44 | 0.04 | 0 |
| HSL | 304.86º | 1% | 0.78% | - |
| HSV(B) | 304.86º | 0.44% | 1% | - |
| XYZ | 67.85 | 47.86 | 92.85 | - |
| YUV | 188.82 | 160.27 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 246 | 0 | 0.44 | 0.04 | 0 | 304.86 | 1 | 0.78 |
| Hex | FF | 90 | F6 | 0 | 2C | 4 | 0 | 131 | 64 | 4E |
| Octal | 377 | 220 | 366 | 0 | 54 | 4 | 0 | 461 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11110110 | 0 | 101100 | 100 | 0 | 100110001 | 1100100 | 1001110 |
Color Harmonies of #FF90F6
Complementary color
Monochromatic Colors of #FF90F6
Black with #FF90F6
Text Example
Text Example
White with #FF90F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90F6; }
p { color: rgb(255,144,246); }
H1.HeaderClassName
{
color: #FF90F6;
}
.AnyTagClassName
{
color: #FF90F6;
}
</style>
background-color css
<style>
a { background-color: #FF90F6; }
a { background-color: rgb(255,144,246); }
div.DivClassName
{
background-color: #FF90F6;
}
.BgClassName
{
background-color: #FF90F6;
}
</style>
border-color css
<style>
span { border-color: #FF90F6; }
span { border-color: rgb(255,144,246); }
td.TdClassName
{
border-color: #FF90F6;
}
.TagClassName
{
border-color: #FF90F6;
}
</style>