Shades of Pale Magenta #F481DC
Tints of Pale Magenta #F481DC
RGB
CMYK
RGB Variations
Color information
#F481DC (or 0xF481DC) is known color: Pale Magenta. HEX triplet: F4, 81 and DC. RGB value is (244,129,220). Sum of RGB (Red+Green+Blue) = 244+129+220=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 129 (50.78% from 255 or 21.75% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F481DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481DC is #0B7E23. Grayscale: #ADADAD. Windows color (decimal): -753188 or 14451188. OLE color: 14451188.
HSL color Cylindrical-coordinate representation of color #F481DC: hue angle of 312.52º 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 #F481DC is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 220 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.04 |
| HSL | 312.52º | 0.84% | 0.73% | - |
| HSV(B) | 312.52º | 0.47% | 0.96% | - |
| XYZ | 58.08 | 40.1 | 72.39 | - |
| YUV | 173.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 220 | 0 | 0.47 | 0.10 | 0.04 | 312.52 | 0.84 | 0.73 |
| Hex | F4 | 81 | DC | 0 | 2F | A | 4 | 139 | 54 | 49 |
| Octal | 364 | 201 | 334 | 0 | 57 | 12 | 4 | 471 | 124 | 111 |
| Binary | 11110100 | 10000001 | 11011100 | 0 | 101111 | 1010 | 100 | 100111001 | 1010100 | 1001001 |
Color Harmonies of #F481DC
Complementary color
Monochromatic Colors of #F481DC
Black with #F481DC
Text Example
Text Example
White with #F481DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F481DC; }
p { color: rgb(244,129,220); }
H1.HeaderClassName
{
color: #F481DC;
}
.AnyTagClassName
{
color: #F481DC;
}
</style>
background-color css
<style>
a { background-color: #F481DC; }
a { background-color: rgb(244,129,220); }
div.DivClassName
{
background-color: #F481DC;
}
.BgClassName
{
background-color: #F481DC;
}
</style>
border-color css
<style>
span { border-color: #F481DC; }
span { border-color: rgb(244,129,220); }
td.TdClassName
{
border-color: #F481DC;
}
.TagClassName
{
border-color: #F481DC;
}
</style>