Shades of Pale Magenta #F683D4
Tints of Pale Magenta #F683D4
RGB
CMYK
RGB Variations
Color information
#F683D4 (or 0xF683D4) is known color: Pale Magenta. HEX triplet: F6, 83 and D4. RGB value is (246,131,212). Sum of RGB (Red+Green+Blue) = 246+131+212=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F683D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F683D4 is #097C2B. Grayscale: #AEAEAE. Windows color (decimal): -621612 or 13927414. OLE color: 13927414.
HSL color Cylindrical-coordinate representation of color #F683D4: hue angle of 317.74º 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 #F683D4 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 212 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.04 |
| HSL | 317.74º | 0.86% | 0.74% | - |
| HSV(B) | 317.74º | 0.47% | 0.96% | - |
| XYZ | 58.01 | 40.58 | 67.06 | - |
| YUV | 174.62 | 149.1 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 212 | 0 | 0.47 | 0.14 | 0.04 | 317.74 | 0.86 | 0.74 |
| Hex | F6 | 83 | D4 | 0 | 2F | E | 4 | 13E | 56 | 4A |
| Octal | 366 | 203 | 324 | 0 | 57 | 16 | 4 | 476 | 126 | 112 |
| Binary | 11110110 | 10000011 | 11010100 | 0 | 101111 | 1110 | 100 | 100111110 | 1010110 | 1001010 |
Color Harmonies of #F683D4
Complementary color
Monochromatic Colors of #F683D4
Black with #F683D4
Text Example
Text Example
White with #F683D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F683D4; }
p { color: rgb(246,131,212); }
H1.HeaderClassName
{
color: #F683D4;
}
.AnyTagClassName
{
color: #F683D4;
}
</style>
background-color css
<style>
a { background-color: #F683D4; }
a { background-color: rgb(246,131,212); }
div.DivClassName
{
background-color: #F683D4;
}
.BgClassName
{
background-color: #F683D4;
}
</style>
border-color css
<style>
span { border-color: #F683D4; }
span { border-color: rgb(246,131,212); }
td.TdClassName
{
border-color: #F683D4;
}
.TagClassName
{
border-color: #F683D4;
}
</style>