Shades of Pale Magenta #F472DD
Tints of Pale Magenta #F472DD
RGB
CMYK
RGB Variations
Color information
#F472DD (or 0xF472DD) is known color: Pale Magenta. HEX triplet: F4, 72 and DD. RGB value is (244,114,221). Sum of RGB (Red+Green+Blue) = 244+114+221=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 114 (44.92% from 255 or 19.69% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F472DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F472DD is #0B8D22. Grayscale: #A4A4A4. Windows color (decimal): -757027 or 14512884. OLE color: 14512884.
HSL color Cylindrical-coordinate representation of color #F472DD: hue angle of 310.62º 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 #F472DD is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 114 | 221 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.04 |
| HSL | 310.62º | 0.86% | 0.7% | - |
| HSV(B) | 310.62º | 0.53% | 0.96% | - |
| XYZ | 56.38 | 36.49 | 72.48 | - |
| YUV | 165.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 114 | 221 | 0 | 0.53 | 0.09 | 0.04 | 310.62 | 0.86 | 0.7 |
| Hex | F4 | 72 | DD | 0 | 35 | 9 | 4 | 137 | 56 | 46 |
| Octal | 364 | 162 | 335 | 0 | 65 | 11 | 4 | 467 | 126 | 106 |
| Binary | 11110100 | 1110010 | 11011101 | 0 | 110101 | 1001 | 100 | 100110111 | 1010110 | 1000110 |
Color Harmonies of #F472DD
Complementary color
Monochromatic Colors of #F472DD
Black with #F472DD
Text Example
Text Example
White with #F472DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F472DD; }
p { color: rgb(244,114,221); }
H1.HeaderClassName
{
color: #F472DD;
}
.AnyTagClassName
{
color: #F472DD;
}
</style>
background-color css
<style>
a { background-color: #F472DD; }
a { background-color: rgb(244,114,221); }
div.DivClassName
{
background-color: #F472DD;
}
.BgClassName
{
background-color: #F472DD;
}
</style>
border-color css
<style>
span { border-color: #F472DD; }
span { border-color: rgb(244,114,221); }
td.TdClassName
{
border-color: #F472DD;
}
.TagClassName
{
border-color: #F472DD;
}
</style>