Shades of Pale Magenta #F472DB
Tints of Pale Magenta #F472DB
RGB
CMYK
RGB Variations
Color information
#F472DB (or 0xF472DB) is known color: Pale Magenta. HEX triplet: F4, 72 and DB. RGB value is (244,114,219). Sum of RGB (Red+Green+Blue) = 244+114+219=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 114 (44.92% from 255 or 19.76% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F472DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F472DB is #0B8D24. Grayscale: #A4A4A4. Windows color (decimal): -757029 or 14381812. OLE color: 14381812.
HSL color Cylindrical-coordinate representation of color #F472DB: hue angle of 311.54º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F472DB is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 114 | 219 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.04 |
| HSL | 311.54º | 0.86% | 0.7% | - |
| HSV(B) | 311.54º | 0.53% | 0.96% | - |
| XYZ | 56.11 | 36.38 | 71.08 | - |
| YUV | 164.84 | 158.57 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 114 | 219 | 0 | 0.53 | 0.10 | 0.04 | 311.54 | 0.86 | 0.7 |
| Hex | F4 | 72 | DB | 0 | 35 | A | 4 | 138 | 56 | 46 |
| Octal | 364 | 162 | 333 | 0 | 65 | 12 | 4 | 470 | 126 | 106 |
| Binary | 11110100 | 1110010 | 11011011 | 0 | 110101 | 1010 | 100 | 100111000 | 1010110 | 1000110 |
Color Harmonies of #F472DB
Complementary color
Monochromatic Colors of #F472DB
Black with #F472DB
Text Example
Text Example
White with #F472DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F472DB; }
p { color: rgb(244,114,219); }
H1.HeaderClassName
{
color: #F472DB;
}
.AnyTagClassName
{
color: #F472DB;
}
</style>
background-color css
<style>
a { background-color: #F472DB; }
a { background-color: rgb(244,114,219); }
div.DivClassName
{
background-color: #F472DB;
}
.BgClassName
{
background-color: #F472DB;
}
</style>
border-color css
<style>
span { border-color: #F472DB; }
span { border-color: rgb(244,114,219); }
td.TdClassName
{
border-color: #F472DB;
}
.TagClassName
{
border-color: #F472DB;
}
</style>