Shades of Pale Magenta #F091DA
Tints of Pale Magenta #F091DA
RGB
CMYK
RGB Variations
Color information
#F091DA (or 0xF091DA) is known color: Pale Magenta. HEX triplet: F0, 91 and DA. RGB value is (240,145,218). Sum of RGB (Red+Green+Blue) = 240+145+218=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F091DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F091DA is #0F6E25. Grayscale: #B5B5B5. Windows color (decimal): -1011238 or 14324208. OLE color: 14324208.
HSL color Cylindrical-coordinate representation of color #F091DA: hue angle of 313.89º 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 #F091DA is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 218 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.06 |
| HSL | 313.89º | 0.76% | 0.75% | - |
| HSV(B) | 313.89º | 0.4% | 0.94% | - |
| XYZ | 58.72 | 43.84 | 71.7 | - |
| YUV | 181.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 218 | 0 | 0.40 | 0.09 | 0.06 | 313.89 | 0.76 | 0.75 |
| Hex | F0 | 91 | DA | 0 | 28 | 9 | 6 | 13A | 4C | 4B |
| Octal | 360 | 221 | 332 | 0 | 50 | 11 | 6 | 472 | 114 | 113 |
| Binary | 11110000 | 10010001 | 11011010 | 0 | 101000 | 1001 | 110 | 100111010 | 1001100 | 1001011 |
Color Harmonies of #F091DA
Complementary color
Monochromatic Colors of #F091DA
Black with #F091DA
Text Example
Text Example
White with #F091DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F091DA; }
p { color: rgb(240,145,218); }
H1.HeaderClassName
{
color: #F091DA;
}
.AnyTagClassName
{
color: #F091DA;
}
</style>
background-color css
<style>
a { background-color: #F091DA; }
a { background-color: rgb(240,145,218); }
div.DivClassName
{
background-color: #F091DA;
}
.BgClassName
{
background-color: #F091DA;
}
</style>
border-color css
<style>
span { border-color: #F091DA; }
span { border-color: rgb(240,145,218); }
td.TdClassName
{
border-color: #F091DA;
}
.TagClassName
{
border-color: #F091DA;
}
</style>