Shades of Pale Magenta #F48CE5
Tints of Pale Magenta #F48CE5
RGB
CMYK
RGB Variations
Color information
#F48CE5 (or 0xF48CE5) is known color: Pale Magenta. HEX triplet: F4, 8C and E5. RGB value is (244,140,229). Sum of RGB (Red+Green+Blue) = 244+140+229=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F48CE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48CE5 is #0B731A. Grayscale: #B4B4B4. Windows color (decimal): -750363 or 15043828. OLE color: 15043828.
HSL color Cylindrical-coordinate representation of color #F48CE5: hue angle of 308.65º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48CE5 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 140 | 229 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.04 |
| HSL | 308.65º | 0.83% | 0.75% | - |
| HSV(B) | 308.65º | 0.43% | 0.96% | - |
| XYZ | 60.83 | 43.65 | 79.35 | - |
| YUV | 181.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 140 | 229 | 0 | 0.43 | 0.06 | 0.04 | 308.65 | 0.83 | 0.75 |
| Hex | F4 | 8C | E5 | 0 | 2B | 6 | 4 | 135 | 53 | 4B |
| Octal | 364 | 214 | 345 | 0 | 53 | 6 | 4 | 465 | 123 | 113 |
| Binary | 11110100 | 10001100 | 11100101 | 0 | 101011 | 110 | 100 | 100110101 | 1010011 | 1001011 |
Color Harmonies of #F48CE5
Complementary color
Monochromatic Colors of #F48CE5
Black with #F48CE5
Text Example
Text Example
White with #F48CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48CE5; }
p { color: rgb(244,140,229); }
H1.HeaderClassName
{
color: #F48CE5;
}
.AnyTagClassName
{
color: #F48CE5;
}
</style>
background-color css
<style>
a { background-color: #F48CE5; }
a { background-color: rgb(244,140,229); }
div.DivClassName
{
background-color: #F48CE5;
}
.BgClassName
{
background-color: #F48CE5;
}
</style>
border-color css
<style>
span { border-color: #F48CE5; }
span { border-color: rgb(244,140,229); }
td.TdClassName
{
border-color: #F48CE5;
}
.TagClassName
{
border-color: #F48CE5;
}
</style>