Shades of Pale Magenta #F672D9
Tints of Pale Magenta #F672D9
RGB
CMYK
RGB Variations
Color information
#F672D9 (or 0xF672D9) is known color: Pale Magenta. HEX triplet: F6, 72 and D9. RGB value is (246,114,217). Sum of RGB (Red+Green+Blue) = 246+114+217=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 114 (44.92% from 255 or 19.76% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F672D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672D9 is #098D26. Grayscale: #A4A4A4. Windows color (decimal): -625959 or 14250742. OLE color: 14250742.
HSL color Cylindrical-coordinate representation of color #F672D9: hue angle of 313.18º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F672D9 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 217 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.04 |
| HSL | 313.18º | 0.88% | 0.71% | - |
| HSV(B) | 313.18º | 0.54% | 0.96% | - |
| XYZ | 56.55 | 36.64 | 69.74 | - |
| YUV | 165.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 217 | 0 | 0.54 | 0.12 | 0.04 | 313.18 | 0.88 | 0.71 |
| Hex | F6 | 72 | D9 | 0 | 36 | C | 4 | 139 | 58 | 47 |
| Octal | 366 | 162 | 331 | 0 | 66 | 14 | 4 | 471 | 130 | 107 |
| Binary | 11110110 | 1110010 | 11011001 | 0 | 110110 | 1100 | 100 | 100111001 | 1011000 | 1000111 |
Color Harmonies of #F672D9
Complementary color
Monochromatic Colors of #F672D9
Black with #F672D9
Text Example
Text Example
White with #F672D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672D9; }
p { color: rgb(246,114,217); }
H1.HeaderClassName
{
color: #F672D9;
}
.AnyTagClassName
{
color: #F672D9;
}
</style>
background-color css
<style>
a { background-color: #F672D9; }
a { background-color: rgb(246,114,217); }
div.DivClassName
{
background-color: #F672D9;
}
.BgClassName
{
background-color: #F672D9;
}
</style>
border-color css
<style>
span { border-color: #F672D9; }
span { border-color: rgb(246,114,217); }
td.TdClassName
{
border-color: #F672D9;
}
.TagClassName
{
border-color: #F672D9;
}
</style>