Shades of Pale Magenta #F48BDF
Tints of Pale Magenta #F48BDF
RGB
CMYK
RGB Variations
Color information
#F48BDF (or 0xF48BDF) is known color: Pale Magenta. HEX triplet: F4, 8B and DF. RGB value is (244,139,223). Sum of RGB (Red+Green+Blue) = 244+139+223=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48BDF is #0B7420. Grayscale: #B3B3B3. Windows color (decimal): -750625 or 14650356. OLE color: 14650356.
HSL color Cylindrical-coordinate representation of color #F48BDF: hue angle of 312º 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 #F48BDF is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 139 | 223 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.04 |
| HSL | 312º | 0.83% | 0.75% | - |
| HSV(B) | 312º | 0.43% | 0.96% | - |
| XYZ | 59.86 | 43.03 | 74.96 | - |
| YUV | 179.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 139 | 223 | 0 | 0.43 | 0.09 | 0.04 | 312 | 0.83 | 0.75 |
| Hex | F4 | 8B | DF | 0 | 2B | 9 | 4 | 138 | 53 | 4B |
| Octal | 364 | 213 | 337 | 0 | 53 | 11 | 4 | 470 | 123 | 113 |
| Binary | 11110100 | 10001011 | 11011111 | 0 | 101011 | 1001 | 100 | 100111000 | 1010011 | 1001011 |
Color Harmonies of #F48BDF
Complementary color
Monochromatic Colors of #F48BDF
Black with #F48BDF
Text Example
Text Example
White with #F48BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48BDF; }
p { color: rgb(244,139,223); }
H1.HeaderClassName
{
color: #F48BDF;
}
.AnyTagClassName
{
color: #F48BDF;
}
</style>
background-color css
<style>
a { background-color: #F48BDF; }
a { background-color: rgb(244,139,223); }
div.DivClassName
{
background-color: #F48BDF;
}
.BgClassName
{
background-color: #F48BDF;
}
</style>
border-color css
<style>
span { border-color: #F48BDF; }
span { border-color: rgb(244,139,223); }
td.TdClassName
{
border-color: #F48BDF;
}
.TagClassName
{
border-color: #F48BDF;
}
</style>