Shades of Pale Magenta #F484E3
Tints of Pale Magenta #F484E3
RGB
CMYK
RGB Variations
Color information
#F484E3 (or 0xF484E3) is known color: Pale Magenta. HEX triplet: F4, 84 and E3. RGB value is (244,132,227). Sum of RGB (Red+Green+Blue) = 244+132+227=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 132 (51.95% from 255 or 21.89% from 603); Blue value is 227 (89.06% from 255 or 37.65% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F484E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484E3 is #0B7B1C. Grayscale: #B0B0B0. Windows color (decimal): -752413 or 14910708. OLE color: 14910708.
HSL color Cylindrical-coordinate representation of color #F484E3: hue angle of 309.11º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F484E3 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 132 | 227 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.04 |
| HSL | 309.11º | 0.84% | 0.74% | - |
| HSV(B) | 309.11º | 0.46% | 0.96% | - |
| XYZ | 59.42 | 41.28 | 77.51 | - |
| YUV | 176.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 132 | 227 | 0 | 0.46 | 0.07 | 0.04 | 309.11 | 0.84 | 0.74 |
| Hex | F4 | 84 | E3 | 0 | 2E | 7 | 4 | 135 | 54 | 4A |
| Octal | 364 | 204 | 343 | 0 | 56 | 7 | 4 | 465 | 124 | 112 |
| Binary | 11110100 | 10000100 | 11100011 | 0 | 101110 | 111 | 100 | 100110101 | 1010100 | 1001010 |
Color Harmonies of #F484E3
Complementary color
Monochromatic Colors of #F484E3
Black with #F484E3
Text Example
Text Example
White with #F484E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F484E3; }
p { color: rgb(244,132,227); }
H1.HeaderClassName
{
color: #F484E3;
}
.AnyTagClassName
{
color: #F484E3;
}
</style>
background-color css
<style>
a { background-color: #F484E3; }
a { background-color: rgb(244,132,227); }
div.DivClassName
{
background-color: #F484E3;
}
.BgClassName
{
background-color: #F484E3;
}
</style>
border-color css
<style>
span { border-color: #F484E3; }
span { border-color: rgb(244,132,227); }
td.TdClassName
{
border-color: #F484E3;
}
.TagClassName
{
border-color: #F484E3;
}
</style>