Shades of Pale Magenta #F481DB
Tints of Pale Magenta #F481DB
RGB
CMYK
RGB Variations
Color information
#F481DB (or 0xF481DB) is known color: Pale Magenta. HEX triplet: F4, 81 and DB. RGB value is (244,129,219). Sum of RGB (Red+Green+Blue) = 244+129+219=592 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.22% from 592); Green value is 129 (50.78% from 255 or 21.79% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 244 - color contains mainly: red. Hex color #F481DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481DB is #0B7E24. Grayscale: #ADADAD. Windows color (decimal): -753189 or 14385652. OLE color: 14385652.
HSL color Cylindrical-coordinate representation of color #F481DB: hue angle of 313.04º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F481DB is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 219 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.04 |
| HSL | 313.04º | 0.84% | 0.73% | - |
| HSV(B) | 313.04º | 0.47% | 0.96% | - |
| XYZ | 57.94 | 40.05 | 71.69 | - |
| YUV | 173.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 219 | 0 | 0.47 | 0.10 | 0.04 | 313.04 | 0.84 | 0.73 |
| Hex | F4 | 81 | DB | 0 | 2F | A | 4 | 139 | 54 | 49 |
| Octal | 364 | 201 | 333 | 0 | 57 | 12 | 4 | 471 | 124 | 111 |
| Binary | 11110100 | 10000001 | 11011011 | 0 | 101111 | 1010 | 100 | 100111001 | 1010100 | 1001001 |
Color Harmonies of #F481DB
Complementary color
Monochromatic Colors of #F481DB
Black with #F481DB
Text Example
Text Example
White with #F481DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F481DB; }
p { color: rgb(244,129,219); }
H1.HeaderClassName
{
color: #F481DB;
}
.AnyTagClassName
{
color: #F481DB;
}
</style>
background-color css
<style>
a { background-color: #F481DB; }
a { background-color: rgb(244,129,219); }
div.DivClassName
{
background-color: #F481DB;
}
.BgClassName
{
background-color: #F481DB;
}
</style>
border-color css
<style>
span { border-color: #F481DB; }
span { border-color: rgb(244,129,219); }
td.TdClassName
{
border-color: #F481DB;
}
.TagClassName
{
border-color: #F481DB;
}
</style>