Shades of Pale Magenta #F090D5
Tints of Pale Magenta #F090D5
RGB
CMYK
RGB Variations
Color information
#F090D5 (or 0xF090D5) is known color: Pale Magenta. HEX triplet: F0, 90 and D5. RGB value is (240,144,213). Sum of RGB (Red+Green+Blue) = 240+144+213=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F090D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090D5 is #0F6F2A. Grayscale: #B4B4B4. Windows color (decimal): -1011499 or 13996272. OLE color: 13996272.
HSL color Cylindrical-coordinate representation of color #F090D5: hue angle of 316.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 #F090D5 is Cyan = 0, Magento = 0.4, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 213 | - |
| CMYK | 0 | 0.4 | 0.11 | 0.06 |
| HSL | 316.88º | 0.76% | 0.75% | - |
| HSV(B) | 316.88º | 0.4% | 0.94% | - |
| XYZ | 57.92 | 43.28 | 68.25 | - |
| YUV | 180.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 213 | 0 | 0.4 | 0.11 | 0.06 | 316.88 | 0.76 | 0.75 |
| Hex | F0 | 90 | D5 | 0 | 28 | B | 6 | 13D | 4C | 4B |
| Octal | 360 | 220 | 325 | 0 | 50 | 13 | 6 | 475 | 114 | 113 |
| Binary | 11110000 | 10010000 | 11010101 | 0 | 101000 | 1011 | 110 | 100111101 | 1001100 | 1001011 |
Color Harmonies of #F090D5
Complementary color
Monochromatic Colors of #F090D5
Black with #F090D5
Text Example
Text Example
White with #F090D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090D5; }
p { color: rgb(240,144,213); }
H1.HeaderClassName
{
color: #F090D5;
}
.AnyTagClassName
{
color: #F090D5;
}
</style>
background-color css
<style>
a { background-color: #F090D5; }
a { background-color: rgb(240,144,213); }
div.DivClassName
{
background-color: #F090D5;
}
.BgClassName
{
background-color: #F090D5;
}
</style>
border-color css
<style>
span { border-color: #F090D5; }
span { border-color: rgb(240,144,213); }
td.TdClassName
{
border-color: #F090D5;
}
.TagClassName
{
border-color: #F090D5;
}
</style>