Shades of Pale Magenta #F48CDE
Tints of Pale Magenta #F48CDE
RGB
CMYK
RGB Variations
Color information
#F48CDE (or 0xF48CDE) is known color: Pale Magenta. HEX triplet: F4, 8C and DE. RGB value is (244,140,222). Sum of RGB (Red+Green+Blue) = 244+140+222=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 140 (55.08% from 255 or 23.10% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F48CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48CDE is #0B7321. Grayscale: #B4B4B4. Windows color (decimal): -750370 or 14585076. OLE color: 14585076.
HSL color Cylindrical-coordinate representation of color #F48CDE: hue angle of 312.69º 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 #F48CDE is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 140 | 222 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.04 |
| HSL | 312.69º | 0.83% | 0.75% | - |
| HSV(B) | 312.69º | 0.43% | 0.96% | - |
| XYZ | 59.87 | 43.26 | 74.3 | - |
| YUV | 180.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 140 | 222 | 0 | 0.43 | 0.09 | 0.04 | 312.69 | 0.83 | 0.75 |
| Hex | F4 | 8C | DE | 0 | 2B | 9 | 4 | 139 | 53 | 4B |
| Octal | 364 | 214 | 336 | 0 | 53 | 11 | 4 | 471 | 123 | 113 |
| Binary | 11110100 | 10001100 | 11011110 | 0 | 101011 | 1001 | 100 | 100111001 | 1010011 | 1001011 |
Color Harmonies of #F48CDE
Complementary color
Monochromatic Colors of #F48CDE
Black with #F48CDE
Text Example
Text Example
White with #F48CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48CDE; }
p { color: rgb(244,140,222); }
H1.HeaderClassName
{
color: #F48CDE;
}
.AnyTagClassName
{
color: #F48CDE;
}
</style>
background-color css
<style>
a { background-color: #F48CDE; }
a { background-color: rgb(244,140,222); }
div.DivClassName
{
background-color: #F48CDE;
}
.BgClassName
{
background-color: #F48CDE;
}
</style>
border-color css
<style>
span { border-color: #F48CDE; }
span { border-color: rgb(244,140,222); }
td.TdClassName
{
border-color: #F48CDE;
}
.TagClassName
{
border-color: #F48CDE;
}
</style>