Shades of Pale Magenta #F48FDB
Tints of Pale Magenta #F48FDB
RGB
CMYK
RGB Variations
Color information
#F48FDB (or 0xF48FDB) is known color: Pale Magenta. HEX triplet: F4, 8F and DB. RGB value is (244,143,219). Sum of RGB (Red+Green+Blue) = 244+143+219=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 143 (56.25% from 255 or 23.60% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F48FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48FDB is #0B7024. Grayscale: #B5B5B5. Windows color (decimal): -749605 or 14389236. OLE color: 14389236.
HSL color Cylindrical-coordinate representation of color #F48FDB: hue angle of 314.85º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F48FDB is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 143 | 219 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.04 |
| HSL | 314.85º | 0.82% | 0.76% | - |
| HSV(B) | 314.85º | 0.41% | 0.96% | - |
| XYZ | 59.92 | 43.99 | 72.35 | - |
| YUV | 181.86 | 148.96 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 143 | 219 | 0 | 0.41 | 0.10 | 0.04 | 314.85 | 0.82 | 0.76 |
| Hex | F4 | 8F | DB | 0 | 29 | A | 4 | 13B | 52 | 4C |
| Octal | 364 | 217 | 333 | 0 | 51 | 12 | 4 | 473 | 122 | 114 |
| Binary | 11110100 | 10001111 | 11011011 | 0 | 101001 | 1010 | 100 | 100111011 | 1010010 | 1001100 |
Color Harmonies of #F48FDB
Complementary color
Monochromatic Colors of #F48FDB
Black with #F48FDB
Text Example
Text Example
White with #F48FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48FDB; }
p { color: rgb(244,143,219); }
H1.HeaderClassName
{
color: #F48FDB;
}
.AnyTagClassName
{
color: #F48FDB;
}
</style>
background-color css
<style>
a { background-color: #F48FDB; }
a { background-color: rgb(244,143,219); }
div.DivClassName
{
background-color: #F48FDB;
}
.BgClassName
{
background-color: #F48FDB;
}
</style>
border-color css
<style>
span { border-color: #F48FDB; }
span { border-color: rgb(244,143,219); }
td.TdClassName
{
border-color: #F48FDB;
}
.TagClassName
{
border-color: #F48FDB;
}
</style>