Shades of Pale Magenta #F46FDD
Tints of Pale Magenta #F46FDD
RGB
CMYK
RGB Variations
Color information
#F46FDD (or 0xF46FDD) is known color: Pale Magenta. HEX triplet: F4, 6F and DD. RGB value is (244,111,221). Sum of RGB (Red+Green+Blue) = 244+111+221=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 111 (43.75% from 255 or 19.27% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F46FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F46FDD is #0B9022. Grayscale: #A3A3A3. Windows color (decimal): -757795 or 14512116. OLE color: 14512116.
HSL color Cylindrical-coordinate representation of color #F46FDD: hue angle of 310.38º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F46FDD is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 111 | 221 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.04 |
| HSL | 310.38º | 0.86% | 0.7% | - |
| HSV(B) | 310.38º | 0.55% | 0.96% | - |
| XYZ | 56.04 | 35.82 | 72.37 | - |
| YUV | 163.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 111 | 221 | 0 | 0.55 | 0.09 | 0.04 | 310.38 | 0.86 | 0.7 |
| Hex | F4 | 6F | DD | 0 | 37 | 9 | 4 | 136 | 56 | 46 |
| Octal | 364 | 157 | 335 | 0 | 67 | 11 | 4 | 466 | 126 | 106 |
| Binary | 11110100 | 1101111 | 11011101 | 0 | 110111 | 1001 | 100 | 100110110 | 1010110 | 1000110 |
Color Harmonies of #F46FDD
Complementary color
Monochromatic Colors of #F46FDD
Black with #F46FDD
Text Example
Text Example
White with #F46FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46FDD; }
p { color: rgb(244,111,221); }
H1.HeaderClassName
{
color: #F46FDD;
}
.AnyTagClassName
{
color: #F46FDD;
}
</style>
background-color css
<style>
a { background-color: #F46FDD; }
a { background-color: rgb(244,111,221); }
div.DivClassName
{
background-color: #F46FDD;
}
.BgClassName
{
background-color: #F46FDD;
}
</style>
border-color css
<style>
span { border-color: #F46FDD; }
span { border-color: rgb(244,111,221); }
td.TdClassName
{
border-color: #F46FDD;
}
.TagClassName
{
border-color: #F46FDD;
}
</style>