Shades of Pale Magenta #F48CEA
Tints of Pale Magenta #F48CEA
RGB
CMYK
RGB Variations
Color information
#F48CEA (or 0xF48CEA) is known color: Pale Magenta. HEX triplet: F4, 8C and EA. RGB value is (244,140,234). Sum of RGB (Red+Green+Blue) = 244+140+234=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 140 (55.08% from 255 or 22.65% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 244 - color contains mainly: red. Hex color #F48CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48CEA is #0B7315. Grayscale: #B5B5B5. Windows color (decimal): -750358 or 15371508. OLE color: 15371508.
HSL color Cylindrical-coordinate representation of color #F48CEA: hue angle of 305.77º 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 #F48CEA is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 140 | 234 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.04 |
| HSL | 305.77º | 0.83% | 0.75% | - |
| HSV(B) | 305.77º | 0.43% | 0.96% | - |
| XYZ | 61.54 | 43.93 | 83.08 | - |
| YUV | 181.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 140 | 234 | 0 | 0.43 | 0.04 | 0.04 | 305.77 | 0.83 | 0.75 |
| Hex | F4 | 8C | EA | 0 | 2B | 4 | 4 | 132 | 53 | 4B |
| Octal | 364 | 214 | 352 | 0 | 53 | 4 | 4 | 462 | 123 | 113 |
| Binary | 11110100 | 10001100 | 11101010 | 0 | 101011 | 100 | 100 | 100110010 | 1010011 | 1001011 |
Color Harmonies of #F48CEA
Complementary color
Monochromatic Colors of #F48CEA
Black with #F48CEA
Text Example
Text Example
White with #F48CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48CEA; }
p { color: rgb(244,140,234); }
H1.HeaderClassName
{
color: #F48CEA;
}
.AnyTagClassName
{
color: #F48CEA;
}
</style>
background-color css
<style>
a { background-color: #F48CEA; }
a { background-color: rgb(244,140,234); }
div.DivClassName
{
background-color: #F48CEA;
}
.BgClassName
{
background-color: #F48CEA;
}
</style>
border-color css
<style>
span { border-color: #F48CEA; }
span { border-color: rgb(244,140,234); }
td.TdClassName
{
border-color: #F48CEA;
}
.TagClassName
{
border-color: #F48CEA;
}
</style>