Shades of Pale Magenta #F481E2
Tints of Pale Magenta #F481E2
RGB
CMYK
RGB Variations
Color information
#F481E2 (or 0xF481E2) is known color: Pale Magenta. HEX triplet: F4, 81 and E2. RGB value is (244,129,226). Sum of RGB (Red+Green+Blue) = 244+129+226=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 129 (50.78% from 255 or 21.54% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F481E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481E2 is #0B7E1D. Grayscale: #AEAEAE. Windows color (decimal): -753182 or 14844404. OLE color: 14844404.
HSL color Cylindrical-coordinate representation of color #F481E2: hue angle of 309.39º 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 #F481E2 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 226 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.04 |
| HSL | 309.39º | 0.84% | 0.73% | - |
| HSV(B) | 309.39º | 0.47% | 0.96% | - |
| XYZ | 58.89 | 40.42 | 76.65 | - |
| YUV | 174.44 | 157.1 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 226 | 0 | 0.47 | 0.07 | 0.04 | 309.39 | 0.84 | 0.73 |
| Hex | F4 | 81 | E2 | 0 | 2F | 7 | 4 | 135 | 54 | 49 |
| Octal | 364 | 201 | 342 | 0 | 57 | 7 | 4 | 465 | 124 | 111 |
| Binary | 11110100 | 10000001 | 11100010 | 0 | 101111 | 111 | 100 | 100110101 | 1010100 | 1001001 |
Color Harmonies of #F481E2
Complementary color
Monochromatic Colors of #F481E2
Black with #F481E2
Text Example
Text Example
White with #F481E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F481E2; }
p { color: rgb(244,129,226); }
H1.HeaderClassName
{
color: #F481E2;
}
.AnyTagClassName
{
color: #F481E2;
}
</style>
background-color css
<style>
a { background-color: #F481E2; }
a { background-color: rgb(244,129,226); }
div.DivClassName
{
background-color: #F481E2;
}
.BgClassName
{
background-color: #F481E2;
}
</style>
border-color css
<style>
span { border-color: #F481E2; }
span { border-color: rgb(244,129,226); }
td.TdClassName
{
border-color: #F481E2;
}
.TagClassName
{
border-color: #F481E2;
}
</style>