Shades of Pale Magenta #F673DF
Tints of Pale Magenta #F673DF
RGB
CMYK
RGB Variations
Color information
#F673DF (or 0xF673DF) is known color: Pale Magenta. HEX triplet: F6, 73 and DF. RGB value is (246,115,223). Sum of RGB (Red+Green+Blue) = 246+115+223=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 115 (45.31% from 255 or 19.69% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F673DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F673DF is #098C20. Grayscale: #A6A6A6. Windows color (decimal): -625697 or 14644214. OLE color: 14644214.
HSL color Cylindrical-coordinate representation of color #F673DF: hue angle of 310.53º 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 #F673DF is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 223 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.04 |
| HSL | 310.53º | 0.88% | 0.71% | - |
| HSV(B) | 310.53º | 0.53% | 0.96% | - |
| XYZ | 57.46 | 37.18 | 73.96 | - |
| YUV | 166.48 | 159.9 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 223 | 0 | 0.53 | 0.09 | 0.04 | 310.53 | 0.88 | 0.71 |
| Hex | F6 | 73 | DF | 0 | 35 | 9 | 4 | 137 | 58 | 47 |
| Octal | 366 | 163 | 337 | 0 | 65 | 11 | 4 | 467 | 130 | 107 |
| Binary | 11110110 | 1110011 | 11011111 | 0 | 110101 | 1001 | 100 | 100110111 | 1011000 | 1000111 |
Color Harmonies of #F673DF
Complementary color
Monochromatic Colors of #F673DF
Black with #F673DF
Text Example
Text Example
White with #F673DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F673DF; }
p { color: rgb(246,115,223); }
H1.HeaderClassName
{
color: #F673DF;
}
.AnyTagClassName
{
color: #F673DF;
}
</style>
background-color css
<style>
a { background-color: #F673DF; }
a { background-color: rgb(246,115,223); }
div.DivClassName
{
background-color: #F673DF;
}
.BgClassName
{
background-color: #F673DF;
}
</style>
border-color css
<style>
span { border-color: #F673DF; }
span { border-color: rgb(246,115,223); }
td.TdClassName
{
border-color: #F673DF;
}
.TagClassName
{
border-color: #F673DF;
}
</style>