Shades of Pale Magenta #F391DB
Tints of Pale Magenta #F391DB
RGB
CMYK
RGB Variations
Color information
#F391DB (or 0xF391DB) is known color: Pale Magenta. HEX triplet: F3, 91 and DB. RGB value is (243,145,219). Sum of RGB (Red+Green+Blue) = 243+145+219=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F391DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F391DB is #0C6E24. Grayscale: #B6B6B6. Windows color (decimal): -814629 or 14389747. OLE color: 14389747.
HSL color Cylindrical-coordinate representation of color #F391DB: hue angle of 314.69º degrees, saturation: 0.8, 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 #F391DB is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 145 | 219 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.05 |
| HSL | 314.69º | 0.8% | 0.76% | - |
| HSV(B) | 314.69º | 0.4% | 0.95% | - |
| XYZ | 59.87 | 44.42 | 72.44 | - |
| YUV | 182.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 145 | 219 | 0 | 0.40 | 0.10 | 0.05 | 314.69 | 0.8 | 0.76 |
| Hex | F3 | 91 | DB | 0 | 28 | A | 5 | 13B | 50 | 4C |
| Octal | 363 | 221 | 333 | 0 | 50 | 12 | 5 | 473 | 120 | 114 |
| Binary | 11110011 | 10010001 | 11011011 | 0 | 101000 | 1010 | 101 | 100111011 | 1010000 | 1001100 |
Color Harmonies of #F391DB
Complementary color
Monochromatic Colors of #F391DB
Black with #F391DB
Text Example
Text Example
White with #F391DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F391DB; }
p { color: rgb(243,145,219); }
H1.HeaderClassName
{
color: #F391DB;
}
.AnyTagClassName
{
color: #F391DB;
}
</style>
background-color css
<style>
a { background-color: #F391DB; }
a { background-color: rgb(243,145,219); }
div.DivClassName
{
background-color: #F391DB;
}
.BgClassName
{
background-color: #F391DB;
}
</style>
border-color css
<style>
span { border-color: #F391DB; }
span { border-color: rgb(243,145,219); }
td.TdClassName
{
border-color: #F391DB;
}
.TagClassName
{
border-color: #F391DB;
}
</style>