Shades of Pale Magenta #F484DB
Tints of Pale Magenta #F484DB
RGB
CMYK
RGB Variations
Color information
#F484DB (or 0xF484DB) is known color: Pale Magenta. HEX triplet: F4, 84 and DB. RGB value is (244,132,219). Sum of RGB (Red+Green+Blue) = 244+132+219=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F484DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484DB is #0B7B24. Grayscale: #AFAFAF. Windows color (decimal): -752421 or 14386420. OLE color: 14386420.
HSL color Cylindrical-coordinate representation of color #F484DB: hue angle of 313.39º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F484DB is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 132 | 219 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.04 |
| HSL | 313.39º | 0.84% | 0.74% | - |
| HSV(B) | 313.39º | 0.46% | 0.96% | - |
| XYZ | 58.35 | 40.85 | 71.83 | - |
| YUV | 175.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 132 | 219 | 0 | 0.46 | 0.10 | 0.04 | 313.39 | 0.84 | 0.74 |
| Hex | F4 | 84 | DB | 0 | 2E | A | 4 | 139 | 54 | 4A |
| Octal | 364 | 204 | 333 | 0 | 56 | 12 | 4 | 471 | 124 | 112 |
| Binary | 11110100 | 10000100 | 11011011 | 0 | 101110 | 1010 | 100 | 100111001 | 1010100 | 1001010 |
Color Harmonies of #F484DB
Complementary color
Monochromatic Colors of #F484DB
Black with #F484DB
Text Example
Text Example
White with #F484DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F484DB; }
p { color: rgb(244,132,219); }
H1.HeaderClassName
{
color: #F484DB;
}
.AnyTagClassName
{
color: #F484DB;
}
</style>
background-color css
<style>
a { background-color: #F484DB; }
a { background-color: rgb(244,132,219); }
div.DivClassName
{
background-color: #F484DB;
}
.BgClassName
{
background-color: #F484DB;
}
</style>
border-color css
<style>
span { border-color: #F484DB; }
span { border-color: rgb(244,132,219); }
td.TdClassName
{
border-color: #F484DB;
}
.TagClassName
{
border-color: #F484DB;
}
</style>