Shades of Pale Magenta #F673DE
Tints of Pale Magenta #F673DE
RGB
CMYK
RGB Variations
Color information
#F673DE (or 0xF673DE) is known color: Pale Magenta. HEX triplet: F6, 73 and DE. RGB value is (246,115,222). Sum of RGB (Red+Green+Blue) = 246+115+222=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 115 (45.31% from 255 or 19.73% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F673DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F673DE is #098C21. Grayscale: #A6A6A6. Windows color (decimal): -625698 or 14578678. OLE color: 14578678.
HSL color Cylindrical-coordinate representation of color #F673DE: hue angle of 310.99º 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 #F673DE is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 222 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.04 |
| HSL | 310.99º | 0.88% | 0.71% | - |
| HSV(B) | 310.99º | 0.53% | 0.96% | - |
| XYZ | 57.32 | 37.13 | 73.25 | - |
| YUV | 166.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 222 | 0 | 0.53 | 0.10 | 0.04 | 310.99 | 0.88 | 0.71 |
| Hex | F6 | 73 | DE | 0 | 35 | A | 4 | 137 | 58 | 47 |
| Octal | 366 | 163 | 336 | 0 | 65 | 12 | 4 | 467 | 130 | 107 |
| Binary | 11110110 | 1110011 | 11011110 | 0 | 110101 | 1010 | 100 | 100110111 | 1011000 | 1000111 |
Color Harmonies of #F673DE
Complementary color
Monochromatic Colors of #F673DE
Black with #F673DE
Text Example
Text Example
White with #F673DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F673DE; }
p { color: rgb(246,115,222); }
H1.HeaderClassName
{
color: #F673DE;
}
.AnyTagClassName
{
color: #F673DE;
}
</style>
background-color css
<style>
a { background-color: #F673DE; }
a { background-color: rgb(246,115,222); }
div.DivClassName
{
background-color: #F673DE;
}
.BgClassName
{
background-color: #F673DE;
}
</style>
border-color css
<style>
span { border-color: #F673DE; }
span { border-color: rgb(246,115,222); }
td.TdClassName
{
border-color: #F673DE;
}
.TagClassName
{
border-color: #F673DE;
}
</style>