Shades of Pale Magenta #F090DD
Tints of Pale Magenta #F090DD
RGB
CMYK
RGB Variations
Color information
#F090DD (or 0xF090DD) is known color: Pale Magenta. HEX triplet: F0, 90 and DD. RGB value is (240,144,221). Sum of RGB (Red+Green+Blue) = 240+144+221=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F090DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090DD is #0F6F22. Grayscale: #B5B5B5. Windows color (decimal): -1011491 or 14520560. OLE color: 14520560.
HSL color Cylindrical-coordinate representation of color #F090DD: hue angle of 311.88º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F090DD is Cyan = 0, Magento = 0.4, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 221 | - |
| CMYK | 0 | 0.4 | 0.08 | 0.06 |
| HSL | 311.88º | 0.76% | 0.75% | - |
| HSV(B) | 311.88º | 0.4% | 0.94% | - |
| XYZ | 58.96 | 43.69 | 73.73 | - |
| YUV | 181.48 | 150.3 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 221 | 0 | 0.4 | 0.08 | 0.06 | 311.88 | 0.76 | 0.75 |
| Hex | F0 | 90 | DD | 0 | 28 | 8 | 6 | 138 | 4C | 4B |
| Octal | 360 | 220 | 335 | 0 | 50 | 10 | 6 | 470 | 114 | 113 |
| Binary | 11110000 | 10010000 | 11011101 | 0 | 101000 | 1000 | 110 | 100111000 | 1001100 | 1001011 |
Color Harmonies of #F090DD
Complementary color
Monochromatic Colors of #F090DD
Black with #F090DD
Text Example
Text Example
White with #F090DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090DD; }
p { color: rgb(240,144,221); }
H1.HeaderClassName
{
color: #F090DD;
}
.AnyTagClassName
{
color: #F090DD;
}
</style>
background-color css
<style>
a { background-color: #F090DD; }
a { background-color: rgb(240,144,221); }
div.DivClassName
{
background-color: #F090DD;
}
.BgClassName
{
background-color: #F090DD;
}
</style>
border-color css
<style>
span { border-color: #F090DD; }
span { border-color: rgb(240,144,221); }
td.TdClassName
{
border-color: #F090DD;
}
.TagClassName
{
border-color: #F090DD;
}
</style>