Shades of Pale Magenta #F683DC
Tints of Pale Magenta #F683DC
RGB
CMYK
RGB Variations
Color information
#F683DC (or 0xF683DC) is known color: Pale Magenta. HEX triplet: F6, 83 and DC. RGB value is (246,131,220). Sum of RGB (Red+Green+Blue) = 246+131+220=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 131 (51.56% from 255 or 21.94% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F683DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F683DC is #097C23. Grayscale: #AFAFAF. Windows color (decimal): -621604 or 14451702. OLE color: 14451702.
HSL color Cylindrical-coordinate representation of color #F683DC: hue angle of 313.57º 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 #F683DC is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 220 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.04 |
| HSL | 313.57º | 0.86% | 0.74% | - |
| HSV(B) | 313.57º | 0.47% | 0.96% | - |
| XYZ | 59.04 | 40.99 | 72.51 | - |
| YUV | 175.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 220 | 0 | 0.47 | 0.11 | 0.04 | 313.57 | 0.86 | 0.74 |
| Hex | F6 | 83 | DC | 0 | 2F | B | 4 | 13A | 56 | 4A |
| Octal | 366 | 203 | 334 | 0 | 57 | 13 | 4 | 472 | 126 | 112 |
| Binary | 11110110 | 10000011 | 11011100 | 0 | 101111 | 1011 | 100 | 100111010 | 1010110 | 1001010 |
Color Harmonies of #F683DC
Complementary color
Monochromatic Colors of #F683DC
Black with #F683DC
Text Example
Text Example
White with #F683DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F683DC; }
p { color: rgb(246,131,220); }
H1.HeaderClassName
{
color: #F683DC;
}
.AnyTagClassName
{
color: #F683DC;
}
</style>
background-color css
<style>
a { background-color: #F683DC; }
a { background-color: rgb(246,131,220); }
div.DivClassName
{
background-color: #F683DC;
}
.BgClassName
{
background-color: #F683DC;
}
</style>
border-color css
<style>
span { border-color: #F683DC; }
span { border-color: rgb(246,131,220); }
td.TdClassName
{
border-color: #F683DC;
}
.TagClassName
{
border-color: #F683DC;
}
</style>