Shades of Pale Magenta #F671DB
Tints of Pale Magenta #F671DB
RGB
CMYK
RGB Variations
Color information
#F671DB (or 0xF671DB) is known color: Pale Magenta. HEX triplet: F6, 71 and DB. RGB value is (246,113,219). Sum of RGB (Red+Green+Blue) = 246+113+219=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 113 (44.53% from 255 or 19.55% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F671DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F671DB is #098E24. Grayscale: #A4A4A4. Windows color (decimal): -626213 or 14381558. OLE color: 14381558.
HSL color Cylindrical-coordinate representation of color #F671DB: hue angle of 312.18º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F671DB is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 219 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.04 |
| HSL | 312.18º | 0.88% | 0.7% | - |
| HSV(B) | 312.18º | 0.54% | 0.96% | - |
| XYZ | 56.7 | 36.52 | 71.08 | - |
| YUV | 164.85 | 158.56 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 219 | 0 | 0.54 | 0.11 | 0.04 | 312.18 | 0.88 | 0.7 |
| Hex | F6 | 71 | DB | 0 | 36 | B | 4 | 138 | 58 | 46 |
| Octal | 366 | 161 | 333 | 0 | 66 | 13 | 4 | 470 | 130 | 106 |
| Binary | 11110110 | 1110001 | 11011011 | 0 | 110110 | 1011 | 100 | 100111000 | 1011000 | 1000110 |
Color Harmonies of #F671DB
Complementary color
Monochromatic Colors of #F671DB
Black with #F671DB
Text Example
Text Example
White with #F671DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F671DB; }
p { color: rgb(246,113,219); }
H1.HeaderClassName
{
color: #F671DB;
}
.AnyTagClassName
{
color: #F671DB;
}
</style>
background-color css
<style>
a { background-color: #F671DB; }
a { background-color: rgb(246,113,219); }
div.DivClassName
{
background-color: #F671DB;
}
.BgClassName
{
background-color: #F671DB;
}
</style>
border-color css
<style>
span { border-color: #F671DB; }
span { border-color: rgb(246,113,219); }
td.TdClassName
{
border-color: #F671DB;
}
.TagClassName
{
border-color: #F671DB;
}
</style>