Shades of Pale Magenta #F48BDB
Tints of Pale Magenta #F48BDB
RGB
CMYK
RGB Variations
Color information
#F48BDB (or 0xF48BDB) is known color: Pale Magenta. HEX triplet: F4, 8B and DB. RGB value is (244,139,219). Sum of RGB (Red+Green+Blue) = 244+139+219=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 139 (54.69% from 255 or 23.09% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48BDB is #0B7424. Grayscale: #B3B3B3. Windows color (decimal): -750629 or 14388212. OLE color: 14388212.
HSL color Cylindrical-coordinate representation of color #F48BDB: hue angle of 314.29º 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 #F48BDB is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 139 | 219 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.04 |
| HSL | 314.29º | 0.83% | 0.75% | - |
| HSV(B) | 314.29º | 0.43% | 0.96% | - |
| XYZ | 59.33 | 42.81 | 72.15 | - |
| YUV | 179.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 139 | 219 | 0 | 0.43 | 0.10 | 0.04 | 314.29 | 0.83 | 0.75 |
| Hex | F4 | 8B | DB | 0 | 2B | A | 4 | 13A | 53 | 4B |
| Octal | 364 | 213 | 333 | 0 | 53 | 12 | 4 | 472 | 123 | 113 |
| Binary | 11110100 | 10001011 | 11011011 | 0 | 101011 | 1010 | 100 | 100111010 | 1010011 | 1001011 |
Color Harmonies of #F48BDB
Complementary color
Monochromatic Colors of #F48BDB
Black with #F48BDB
Text Example
Text Example
White with #F48BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48BDB; }
p { color: rgb(244,139,219); }
H1.HeaderClassName
{
color: #F48BDB;
}
.AnyTagClassName
{
color: #F48BDB;
}
</style>
background-color css
<style>
a { background-color: #F48BDB; }
a { background-color: rgb(244,139,219); }
div.DivClassName
{
background-color: #F48BDB;
}
.BgClassName
{
background-color: #F48BDB;
}
</style>
border-color css
<style>
span { border-color: #F48BDB; }
span { border-color: rgb(244,139,219); }
td.TdClassName
{
border-color: #F48BDB;
}
.TagClassName
{
border-color: #F48BDB;
}
</style>