Shades of Pale Magenta #F673DA
Tints of Pale Magenta #F673DA
RGB
CMYK
RGB Variations
Color information
#F673DA (or 0xF673DA) is known color: Pale Magenta. HEX triplet: F6, 73 and DA. RGB value is (246,115,218). Sum of RGB (Red+Green+Blue) = 246+115+218=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 115 (45.31% from 255 or 19.86% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F673DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F673DA is #098C25. Grayscale: #A5A5A5. Windows color (decimal): -625702 or 14316534. OLE color: 14316534.
HSL color Cylindrical-coordinate representation of color #F673DA: hue angle of 312.82º 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 #F673DA is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 218 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.04 |
| HSL | 312.82º | 0.88% | 0.71% | - |
| HSV(B) | 312.82º | 0.53% | 0.96% | - |
| XYZ | 56.79 | 36.92 | 70.46 | - |
| YUV | 165.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 218 | 0 | 0.53 | 0.11 | 0.04 | 312.82 | 0.88 | 0.71 |
| Hex | F6 | 73 | DA | 0 | 35 | B | 4 | 139 | 58 | 47 |
| Octal | 366 | 163 | 332 | 0 | 65 | 13 | 4 | 471 | 130 | 107 |
| Binary | 11110110 | 1110011 | 11011010 | 0 | 110101 | 1011 | 100 | 100111001 | 1011000 | 1000111 |
Color Harmonies of #F673DA
Complementary color
Monochromatic Colors of #F673DA
Black with #F673DA
Text Example
Text Example
White with #F673DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F673DA; }
p { color: rgb(246,115,218); }
H1.HeaderClassName
{
color: #F673DA;
}
.AnyTagClassName
{
color: #F673DA;
}
</style>
background-color css
<style>
a { background-color: #F673DA; }
a { background-color: rgb(246,115,218); }
div.DivClassName
{
background-color: #F673DA;
}
.BgClassName
{
background-color: #F673DA;
}
</style>
border-color css
<style>
span { border-color: #F673DA; }
span { border-color: rgb(246,115,218); }
td.TdClassName
{
border-color: #F673DA;
}
.TagClassName
{
border-color: #F673DA;
}
</style>