Shades of Pale Magenta #F673DC
Tints of Pale Magenta #F673DC
RGB
CMYK
RGB Variations
Color information
#F673DC (or 0xF673DC) is known color: Pale Magenta. HEX triplet: F6, 73 and DC. RGB value is (246,115,220). Sum of RGB (Red+Green+Blue) = 246+115+220=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 115 (45.31% from 255 or 19.79% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F673DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F673DC is #098C23. Grayscale: #A5A5A5. Windows color (decimal): -625700 or 14447606. OLE color: 14447606.
HSL color Cylindrical-coordinate representation of color #F673DC: hue angle of 311.91º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F673DC is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 220 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.04 |
| HSL | 311.91º | 0.88% | 0.71% | - |
| HSV(B) | 311.91º | 0.53% | 0.96% | - |
| XYZ | 57.06 | 37.02 | 71.85 | - |
| YUV | 166.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 220 | 0 | 0.53 | 0.11 | 0.04 | 311.91 | 0.88 | 0.71 |
| Hex | F6 | 73 | DC | 0 | 35 | B | 4 | 138 | 58 | 47 |
| Octal | 366 | 163 | 334 | 0 | 65 | 13 | 4 | 470 | 130 | 107 |
| Binary | 11110110 | 1110011 | 11011100 | 0 | 110101 | 1011 | 100 | 100111000 | 1011000 | 1000111 |
Color Harmonies of #F673DC
Complementary color
Monochromatic Colors of #F673DC
Black with #F673DC
Text Example
Text Example
White with #F673DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F673DC; }
p { color: rgb(246,115,220); }
H1.HeaderClassName
{
color: #F673DC;
}
.AnyTagClassName
{
color: #F673DC;
}
</style>
background-color css
<style>
a { background-color: #F673DC; }
a { background-color: rgb(246,115,220); }
div.DivClassName
{
background-color: #F673DC;
}
.BgClassName
{
background-color: #F673DC;
}
</style>
border-color css
<style>
span { border-color: #F673DC; }
span { border-color: rgb(246,115,220); }
td.TdClassName
{
border-color: #F673DC;
}
.TagClassName
{
border-color: #F673DC;
}
</style>