Shades of Pale Magenta #F481E5
Tints of Pale Magenta #F481E5
RGB
CMYK
RGB Variations
Color information
#F481E5 (or 0xF481E5) is known color: Pale Magenta. HEX triplet: F4, 81 and E5. RGB value is (244,129,229). Sum of RGB (Red+Green+Blue) = 244+129+229=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F481E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481E5 is #0B7E1A. Grayscale: #AEAEAE. Windows color (decimal): -753179 or 15041012. OLE color: 15041012.
HSL color Cylindrical-coordinate representation of color #F481E5: hue angle of 307.83º 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 #F481E5 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 229 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.04 |
| HSL | 307.83º | 0.84% | 0.73% | - |
| HSV(B) | 307.83º | 0.47% | 0.96% | - |
| XYZ | 59.3 | 40.59 | 78.84 | - |
| YUV | 174.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 229 | 0 | 0.47 | 0.06 | 0.04 | 307.83 | 0.84 | 0.73 |
| Hex | F4 | 81 | E5 | 0 | 2F | 6 | 4 | 134 | 54 | 49 |
| Octal | 364 | 201 | 345 | 0 | 57 | 6 | 4 | 464 | 124 | 111 |
| Binary | 11110100 | 10000001 | 11100101 | 0 | 101111 | 110 | 100 | 100110100 | 1010100 | 1001001 |
Color Harmonies of #F481E5
Complementary color
Monochromatic Colors of #F481E5
Black with #F481E5
Text Example
Text Example
White with #F481E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F481E5; }
p { color: rgb(244,129,229); }
H1.HeaderClassName
{
color: #F481E5;
}
.AnyTagClassName
{
color: #F481E5;
}
</style>
background-color css
<style>
a { background-color: #F481E5; }
a { background-color: rgb(244,129,229); }
div.DivClassName
{
background-color: #F481E5;
}
.BgClassName
{
background-color: #F481E5;
}
</style>
border-color css
<style>
span { border-color: #F481E5; }
span { border-color: rgb(244,129,229); }
td.TdClassName
{
border-color: #F481E5;
}
.TagClassName
{
border-color: #F481E5;
}
</style>