Shades of Pale Magenta #F684D4
Tints of Pale Magenta #F684D4
RGB
CMYK
RGB Variations
Color information
#F684D4 (or 0xF684D4) is known color: Pale Magenta. HEX triplet: F6, 84 and D4. RGB value is (246,132,212). Sum of RGB (Red+Green+Blue) = 246+132+212=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F684D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F684D4 is #097B2B. Grayscale: #AFAFAF. Windows color (decimal): -621356 or 13927670. OLE color: 13927670.
HSL color Cylindrical-coordinate representation of color #F684D4: hue angle of 317.89º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F684D4 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 212 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.04 |
| HSL | 317.89º | 0.86% | 0.74% | - |
| HSV(B) | 317.89º | 0.46% | 0.96% | - |
| XYZ | 58.14 | 40.85 | 67.11 | - |
| YUV | 175.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 212 | 0 | 0.46 | 0.14 | 0.04 | 317.89 | 0.86 | 0.74 |
| Hex | F6 | 84 | D4 | 0 | 2E | E | 4 | 13E | 56 | 4A |
| Octal | 366 | 204 | 324 | 0 | 56 | 16 | 4 | 476 | 126 | 112 |
| Binary | 11110110 | 10000100 | 11010100 | 0 | 101110 | 1110 | 100 | 100111110 | 1010110 | 1001010 |
Color Harmonies of #F684D4
Complementary color
Monochromatic Colors of #F684D4
Black with #F684D4
Text Example
Text Example
White with #F684D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F684D4; }
p { color: rgb(246,132,212); }
H1.HeaderClassName
{
color: #F684D4;
}
.AnyTagClassName
{
color: #F684D4;
}
</style>
background-color css
<style>
a { background-color: #F684D4; }
a { background-color: rgb(246,132,212); }
div.DivClassName
{
background-color: #F684D4;
}
.BgClassName
{
background-color: #F684D4;
}
</style>
border-color css
<style>
span { border-color: #F684D4; }
span { border-color: rgb(246,132,212); }
td.TdClassName
{
border-color: #F684D4;
}
.TagClassName
{
border-color: #F684D4;
}
</style>