Shades of Pale Magenta #F481DA
Tints of Pale Magenta #F481DA
RGB
CMYK
RGB Variations
Color information
#F481DA (or 0xF481DA) is known color: Pale Magenta. HEX triplet: F4, 81 and DA. RGB value is (244,129,218). Sum of RGB (Red+Green+Blue) = 244+129+218=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 129 (50.78% from 255 or 21.83% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F481DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481DA is #0B7E25. Grayscale: #ADADAD. Windows color (decimal): -753190 or 14320116. OLE color: 14320116.
HSL color Cylindrical-coordinate representation of color #F481DA: hue angle of 313.57º 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 #F481DA is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 218 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.04 |
| HSL | 313.57º | 0.84% | 0.73% | - |
| HSV(B) | 313.57º | 0.47% | 0.96% | - |
| XYZ | 57.81 | 40 | 71 | - |
| YUV | 173.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 218 | 0 | 0.47 | 0.11 | 0.04 | 313.57 | 0.84 | 0.73 |
| Hex | F4 | 81 | DA | 0 | 2F | B | 4 | 13A | 54 | 49 |
| Octal | 364 | 201 | 332 | 0 | 57 | 13 | 4 | 472 | 124 | 111 |
| Binary | 11110100 | 10000001 | 11011010 | 0 | 101111 | 1011 | 100 | 100111010 | 1010100 | 1001001 |
Color Harmonies of #F481DA
Complementary color
Monochromatic Colors of #F481DA
Black with #F481DA
Text Example
Text Example
White with #F481DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F481DA; }
p { color: rgb(244,129,218); }
H1.HeaderClassName
{
color: #F481DA;
}
.AnyTagClassName
{
color: #F481DA;
}
</style>
background-color css
<style>
a { background-color: #F481DA; }
a { background-color: rgb(244,129,218); }
div.DivClassName
{
background-color: #F481DA;
}
.BgClassName
{
background-color: #F481DA;
}
</style>
border-color css
<style>
span { border-color: #F481DA; }
span { border-color: rgb(244,129,218); }
td.TdClassName
{
border-color: #F481DA;
}
.TagClassName
{
border-color: #F481DA;
}
</style>