Shades of Pale Magenta #F487E2
Tints of Pale Magenta #F487E2
RGB
CMYK
RGB Variations
Color information
#F487E2 (or 0xF487E2) is known color: Pale Magenta. HEX triplet: F4, 87 and E2. RGB value is (244,135,226). Sum of RGB (Red+Green+Blue) = 244+135+226=605 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.33% from 605); Green value is 135 (53.12% from 255 or 22.31% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 244 - color contains mainly: red. Hex color #F487E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F487E2 is #0B781D. Grayscale: #B1B1B1. Windows color (decimal): -751646 or 14845940. OLE color: 14845940.
HSL color Cylindrical-coordinate representation of color #F487E2: hue angle of 309.91º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F487E2 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 135 | 226 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.04 |
| HSL | 309.91º | 0.83% | 0.74% | - |
| HSV(B) | 309.91º | 0.45% | 0.96% | - |
| XYZ | 59.7 | 42.05 | 76.92 | - |
| YUV | 177.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 135 | 226 | 0 | 0.45 | 0.07 | 0.04 | 309.91 | 0.83 | 0.74 |
| Hex | F4 | 87 | E2 | 0 | 2D | 7 | 4 | 136 | 53 | 4A |
| Octal | 364 | 207 | 342 | 0 | 55 | 7 | 4 | 466 | 123 | 112 |
| Binary | 11110100 | 10000111 | 11100010 | 0 | 101101 | 111 | 100 | 100110110 | 1010011 | 1001010 |
Color Harmonies of #F487E2
Complementary color
Monochromatic Colors of #F487E2
Black with #F487E2
Text Example
Text Example
White with #F487E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F487E2; }
p { color: rgb(244,135,226); }
H1.HeaderClassName
{
color: #F487E2;
}
.AnyTagClassName
{
color: #F487E2;
}
</style>
background-color css
<style>
a { background-color: #F487E2; }
a { background-color: rgb(244,135,226); }
div.DivClassName
{
background-color: #F487E2;
}
.BgClassName
{
background-color: #F487E2;
}
</style>
border-color css
<style>
span { border-color: #F487E2; }
span { border-color: rgb(244,135,226); }
td.TdClassName
{
border-color: #F487E2;
}
.TagClassName
{
border-color: #F487E2;
}
</style>