Shades of Pale Magenta #F291DB
Tints of Pale Magenta #F291DB
RGB
CMYK
RGB Variations
Color information
#F291DB (or 0xF291DB) is known color: Pale Magenta. HEX triplet: F2, 91 and DB. RGB value is (242,145,219). Sum of RGB (Red+Green+Blue) = 242+145+219=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F291DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F291DB is #0D6E24. Grayscale: #B6B6B6. Windows color (decimal): -880165 or 14389746. OLE color: 14389746.
HSL color Cylindrical-coordinate representation of color #F291DB: hue angle of 314.23º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F291DB is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 219 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.05 |
| HSL | 314.23º | 0.79% | 0.76% | - |
| HSV(B) | 314.23º | 0.4% | 0.95% | - |
| XYZ | 59.53 | 44.24 | 72.42 | - |
| YUV | 182.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 219 | 0 | 0.40 | 0.10 | 0.05 | 314.23 | 0.79 | 0.76 |
| Hex | F2 | 91 | DB | 0 | 28 | A | 5 | 13A | 4F | 4C |
| Octal | 362 | 221 | 333 | 0 | 50 | 12 | 5 | 472 | 117 | 114 |
| Binary | 11110010 | 10010001 | 11011011 | 0 | 101000 | 1010 | 101 | 100111010 | 1001111 | 1001100 |
Color Harmonies of #F291DB
Complementary color
Monochromatic Colors of #F291DB
Black with #F291DB
Text Example
Text Example
White with #F291DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F291DB; }
p { color: rgb(242,145,219); }
H1.HeaderClassName
{
color: #F291DB;
}
.AnyTagClassName
{
color: #F291DB;
}
</style>
background-color css
<style>
a { background-color: #F291DB; }
a { background-color: rgb(242,145,219); }
div.DivClassName
{
background-color: #F291DB;
}
.BgClassName
{
background-color: #F291DB;
}
</style>
border-color css
<style>
span { border-color: #F291DB; }
span { border-color: rgb(242,145,219); }
td.TdClassName
{
border-color: #F291DB;
}
.TagClassName
{
border-color: #F291DB;
}
</style>