Shades of Pale Magenta #F673DB
Tints of Pale Magenta #F673DB
RGB
CMYK
RGB Variations
Color information
#F673DB (or 0xF673DB) is known color: Pale Magenta. HEX triplet: F6, 73 and DB. RGB value is (246,115,219). Sum of RGB (Red+Green+Blue) = 246+115+219=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 115 (45.31% from 255 or 19.83% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F673DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F673DB is #098C24. Grayscale: #A5A5A5. Windows color (decimal): -625701 or 14382070. OLE color: 14382070.
HSL color Cylindrical-coordinate representation of color #F673DB: hue angle of 312.37º 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 #F673DB is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 219 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.04 |
| HSL | 312.37º | 0.88% | 0.71% | - |
| HSV(B) | 312.37º | 0.53% | 0.96% | - |
| XYZ | 56.92 | 36.97 | 71.15 | - |
| YUV | 166.03 | 157.9 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 219 | 0 | 0.53 | 0.11 | 0.04 | 312.37 | 0.88 | 0.71 |
| Hex | F6 | 73 | DB | 0 | 35 | B | 4 | 138 | 58 | 47 |
| Octal | 366 | 163 | 333 | 0 | 65 | 13 | 4 | 470 | 130 | 107 |
| Binary | 11110110 | 1110011 | 11011011 | 0 | 110101 | 1011 | 100 | 100111000 | 1011000 | 1000111 |
Color Harmonies of #F673DB
Complementary color
Monochromatic Colors of #F673DB
Black with #F673DB
Text Example
Text Example
White with #F673DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F673DB; }
p { color: rgb(246,115,219); }
H1.HeaderClassName
{
color: #F673DB;
}
.AnyTagClassName
{
color: #F673DB;
}
</style>
background-color css
<style>
a { background-color: #F673DB; }
a { background-color: rgb(246,115,219); }
div.DivClassName
{
background-color: #F673DB;
}
.BgClassName
{
background-color: #F673DB;
}
</style>
border-color css
<style>
span { border-color: #F673DB; }
span { border-color: rgb(246,115,219); }
td.TdClassName
{
border-color: #F673DB;
}
.TagClassName
{
border-color: #F673DB;
}
</style>