Shades of Pale Magenta #F683DB
Tints of Pale Magenta #F683DB
RGB
CMYK
RGB Variations
Color information
#F683DB (or 0xF683DB) is known color: Pale Magenta. HEX triplet: F6, 83 and DB. RGB value is (246,131,219). Sum of RGB (Red+Green+Blue) = 246+131+219=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 131 (51.56% from 255 or 21.98% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F683DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F683DB is #097C24. Grayscale: #AFAFAF. Windows color (decimal): -621605 or 14386166. OLE color: 14386166.
HSL color Cylindrical-coordinate representation of color #F683DB: hue angle of 314.09º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F683DB is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 219 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.04 |
| HSL | 314.09º | 0.86% | 0.74% | - |
| HSV(B) | 314.09º | 0.47% | 0.96% | - |
| XYZ | 58.91 | 40.94 | 71.82 | - |
| YUV | 175.42 | 152.6 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 219 | 0 | 0.47 | 0.11 | 0.04 | 314.09 | 0.86 | 0.74 |
| Hex | F6 | 83 | DB | 0 | 2F | B | 4 | 13A | 56 | 4A |
| Octal | 366 | 203 | 333 | 0 | 57 | 13 | 4 | 472 | 126 | 112 |
| Binary | 11110110 | 10000011 | 11011011 | 0 | 101111 | 1011 | 100 | 100111010 | 1010110 | 1001010 |
Color Harmonies of #F683DB
Complementary color
Monochromatic Colors of #F683DB
Black with #F683DB
Text Example
Text Example
White with #F683DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F683DB; }
p { color: rgb(246,131,219); }
H1.HeaderClassName
{
color: #F683DB;
}
.AnyTagClassName
{
color: #F683DB;
}
</style>
background-color css
<style>
a { background-color: #F683DB; }
a { background-color: rgb(246,131,219); }
div.DivClassName
{
background-color: #F683DB;
}
.BgClassName
{
background-color: #F683DB;
}
</style>
border-color css
<style>
span { border-color: #F683DB; }
span { border-color: rgb(246,131,219); }
td.TdClassName
{
border-color: #F683DB;
}
.TagClassName
{
border-color: #F683DB;
}
</style>