Shades of Pale Magenta #F485DB
Tints of Pale Magenta #F485DB
RGB
CMYK
RGB Variations
Color information
#F485DB (or 0xF485DB) is known color: Pale Magenta. HEX triplet: F4, 85 and DB. RGB value is (244,133,219). Sum of RGB (Red+Green+Blue) = 244+133+219=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F485DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F485DB is #0B7A24. Grayscale: #AFAFAF. Windows color (decimal): -752165 or 14386676. OLE color: 14386676.
HSL color Cylindrical-coordinate representation of color #F485DB: hue angle of 313.51º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F485DB is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 219 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.04 |
| HSL | 313.51º | 0.83% | 0.74% | - |
| HSV(B) | 313.51º | 0.45% | 0.96% | - |
| XYZ | 58.48 | 41.12 | 71.87 | - |
| YUV | 175.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 219 | 0 | 0.45 | 0.10 | 0.04 | 313.51 | 0.83 | 0.74 |
| Hex | F4 | 85 | DB | 0 | 2D | A | 4 | 13A | 53 | 4A |
| Octal | 364 | 205 | 333 | 0 | 55 | 12 | 4 | 472 | 123 | 112 |
| Binary | 11110100 | 10000101 | 11011011 | 0 | 101101 | 1010 | 100 | 100111010 | 1010011 | 1001010 |
Color Harmonies of #F485DB
Complementary color
Monochromatic Colors of #F485DB
Black with #F485DB
Text Example
Text Example
White with #F485DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F485DB; }
p { color: rgb(244,133,219); }
H1.HeaderClassName
{
color: #F485DB;
}
.AnyTagClassName
{
color: #F485DB;
}
</style>
background-color css
<style>
a { background-color: #F485DB; }
a { background-color: rgb(244,133,219); }
div.DivClassName
{
background-color: #F485DB;
}
.BgClassName
{
background-color: #F485DB;
}
</style>
border-color css
<style>
span { border-color: #F485DB; }
span { border-color: rgb(244,133,219); }
td.TdClassName
{
border-color: #F485DB;
}
.TagClassName
{
border-color: #F485DB;
}
</style>