Shades of Pale Magenta #F481DD
Tints of Pale Magenta #F481DD
RGB
CMYK
RGB Variations
Color information
#F481DD (or 0xF481DD) is known color: Pale Magenta. HEX triplet: F4, 81 and DD. RGB value is (244,129,221). Sum of RGB (Red+Green+Blue) = 244+129+221=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F481DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481DD is #0B7E22. Grayscale: #ADADAD. Windows color (decimal): -753187 or 14516724. OLE color: 14516724.
HSL color Cylindrical-coordinate representation of color #F481DD: hue angle of 312º 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 #F481DD is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 221 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.04 |
| HSL | 312º | 0.84% | 0.73% | - |
| HSV(B) | 312º | 0.47% | 0.96% | - |
| XYZ | 58.21 | 40.15 | 73.09 | - |
| YUV | 173.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 221 | 0 | 0.47 | 0.09 | 0.04 | 312 | 0.84 | 0.73 |
| Hex | F4 | 81 | DD | 0 | 2F | 9 | 4 | 138 | 54 | 49 |
| Octal | 364 | 201 | 335 | 0 | 57 | 11 | 4 | 470 | 124 | 111 |
| Binary | 11110100 | 10000001 | 11011101 | 0 | 101111 | 1001 | 100 | 100111000 | 1010100 | 1001001 |
Color Harmonies of #F481DD
Complementary color
Monochromatic Colors of #F481DD
Black with #F481DD
Text Example
Text Example
White with #F481DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F481DD; }
p { color: rgb(244,129,221); }
H1.HeaderClassName
{
color: #F481DD;
}
.AnyTagClassName
{
color: #F481DD;
}
</style>
background-color css
<style>
a { background-color: #F481DD; }
a { background-color: rgb(244,129,221); }
div.DivClassName
{
background-color: #F481DD;
}
.BgClassName
{
background-color: #F481DD;
}
</style>
border-color css
<style>
span { border-color: #F481DD; }
span { border-color: rgb(244,129,221); }
td.TdClassName
{
border-color: #F481DD;
}
.TagClassName
{
border-color: #F481DD;
}
</style>