Shades of Pale Magenta #F485DF
Tints of Pale Magenta #F485DF
RGB
CMYK
RGB Variations
Color information
#F485DF (or 0xF485DF) is known color: Pale Magenta. HEX triplet: F4, 85 and DF. RGB value is (244,133,223). Sum of RGB (Red+Green+Blue) = 244+133+223=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F485DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F485DF is #0B7A20. Grayscale: #B0B0B0. Windows color (decimal): -752161 or 14648820. OLE color: 14648820.
HSL color Cylindrical-coordinate representation of color #F485DF: hue angle of 311.35º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F485DF is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 223 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.04 |
| HSL | 311.35º | 0.83% | 0.74% | - |
| HSV(B) | 311.35º | 0.45% | 0.96% | - |
| XYZ | 59.02 | 41.34 | 74.68 | - |
| YUV | 176.45 | 154.27 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 223 | 0 | 0.45 | 0.09 | 0.04 | 311.35 | 0.83 | 0.74 |
| Hex | F4 | 85 | DF | 0 | 2D | 9 | 4 | 137 | 53 | 4A |
| Octal | 364 | 205 | 337 | 0 | 55 | 11 | 4 | 467 | 123 | 112 |
| Binary | 11110100 | 10000101 | 11011111 | 0 | 101101 | 1001 | 100 | 100110111 | 1010011 | 1001010 |
Color Harmonies of #F485DF
Complementary color
Monochromatic Colors of #F485DF
Black with #F485DF
Text Example
Text Example
White with #F485DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F485DF; }
p { color: rgb(244,133,223); }
H1.HeaderClassName
{
color: #F485DF;
}
.AnyTagClassName
{
color: #F485DF;
}
</style>
background-color css
<style>
a { background-color: #F485DF; }
a { background-color: rgb(244,133,223); }
div.DivClassName
{
background-color: #F485DF;
}
.BgClassName
{
background-color: #F485DF;
}
</style>
border-color css
<style>
span { border-color: #F485DF; }
span { border-color: rgb(244,133,223); }
td.TdClassName
{
border-color: #F485DF;
}
.TagClassName
{
border-color: #F485DF;
}
</style>