Shades of Pale Magenta #F487E7
Tints of Pale Magenta #F487E7
RGB
CMYK
RGB Variations
Color information
#F487E7 (or 0xF487E7) is known color: Pale Magenta. HEX triplet: F4, 87 and E7. RGB value is (244,135,231). Sum of RGB (Red+Green+Blue) = 244+135+231=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 135 (53.12% from 255 or 22.13% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F487E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F487E7 is #0B7818. Grayscale: #B2B2B2. Windows color (decimal): -751641 or 15173620. OLE color: 15173620.
HSL color Cylindrical-coordinate representation of color #F487E7: hue angle of 307.16º 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 #F487E7 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 135 | 231 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.04 |
| HSL | 307.16º | 0.83% | 0.74% | - |
| HSV(B) | 307.16º | 0.45% | 0.96% | - |
| XYZ | 60.4 | 42.33 | 80.59 | - |
| YUV | 178.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 135 | 231 | 0 | 0.45 | 0.05 | 0.04 | 307.16 | 0.83 | 0.74 |
| Hex | F4 | 87 | E7 | 0 | 2D | 5 | 4 | 133 | 53 | 4A |
| Octal | 364 | 207 | 347 | 0 | 55 | 5 | 4 | 463 | 123 | 112 |
| Binary | 11110100 | 10000111 | 11100111 | 0 | 101101 | 101 | 100 | 100110011 | 1010011 | 1001010 |
Color Harmonies of #F487E7
Complementary color
Monochromatic Colors of #F487E7
Black with #F487E7
Text Example
Text Example
White with #F487E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F487E7; }
p { color: rgb(244,135,231); }
H1.HeaderClassName
{
color: #F487E7;
}
.AnyTagClassName
{
color: #F487E7;
}
</style>
background-color css
<style>
a { background-color: #F487E7; }
a { background-color: rgb(244,135,231); }
div.DivClassName
{
background-color: #F487E7;
}
.BgClassName
{
background-color: #F487E7;
}
</style>
border-color css
<style>
span { border-color: #F487E7; }
span { border-color: rgb(244,135,231); }
td.TdClassName
{
border-color: #F487E7;
}
.TagClassName
{
border-color: #F487E7;
}
</style>