Shades of Pale Magenta #F683D7
Tints of Pale Magenta #F683D7
RGB
CMYK
RGB Variations
Color information
#F683D7 (or 0xF683D7) is known color: Pale Magenta. HEX triplet: F6, 83 and D7. RGB value is (246,131,215). Sum of RGB (Red+Green+Blue) = 246+131+215=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 131 (51.56% from 255 or 22.13% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F683D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F683D7 is #097C28. Grayscale: #AEAEAE. Windows color (decimal): -621609 or 14124022. OLE color: 14124022.
HSL color Cylindrical-coordinate representation of color #F683D7: hue angle of 316.17º 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 #F683D7 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 215 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.04 |
| HSL | 316.17º | 0.86% | 0.74% | - |
| HSV(B) | 316.17º | 0.47% | 0.96% | - |
| XYZ | 58.39 | 40.73 | 69.07 | - |
| YUV | 174.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 215 | 0 | 0.47 | 0.13 | 0.04 | 316.17 | 0.86 | 0.74 |
| Hex | F6 | 83 | D7 | 0 | 2F | D | 4 | 13C | 56 | 4A |
| Octal | 366 | 203 | 327 | 0 | 57 | 15 | 4 | 474 | 126 | 112 |
| Binary | 11110110 | 10000011 | 11010111 | 0 | 101111 | 1101 | 100 | 100111100 | 1010110 | 1001010 |
Color Harmonies of #F683D7
Complementary color
Monochromatic Colors of #F683D7
Black with #F683D7
Text Example
Text Example
White with #F683D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F683D7; }
p { color: rgb(246,131,215); }
H1.HeaderClassName
{
color: #F683D7;
}
.AnyTagClassName
{
color: #F683D7;
}
</style>
background-color css
<style>
a { background-color: #F683D7; }
a { background-color: rgb(246,131,215); }
div.DivClassName
{
background-color: #F683D7;
}
.BgClassName
{
background-color: #F683D7;
}
</style>
border-color css
<style>
span { border-color: #F683D7; }
span { border-color: rgb(246,131,215); }
td.TdClassName
{
border-color: #F683D7;
}
.TagClassName
{
border-color: #F683D7;
}
</style>