Shades of Pale Magenta #F685E3
Tints of Pale Magenta #F685E3
RGB
CMYK
RGB Variations
Color information
#F685E3 (or 0xF685E3) is known color: Pale Magenta. HEX triplet: F6, 85 and E3. RGB value is (246,133,227). Sum of RGB (Red+Green+Blue) = 246+133+227=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F685E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685E3 is #097A1C. Grayscale: #B1B1B1. Windows color (decimal): -621085 or 14910966. OLE color: 14910966.
HSL color Cylindrical-coordinate representation of color #F685E3: hue angle of 310.09º 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 #F685E3 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 227 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.04 |
| HSL | 310.09º | 0.86% | 0.74% | - |
| HSV(B) | 310.09º | 0.46% | 0.96% | - |
| XYZ | 60.26 | 41.91 | 77.59 | - |
| YUV | 177.5 | 155.94 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 227 | 0 | 0.46 | 0.08 | 0.04 | 310.09 | 0.86 | 0.74 |
| Hex | F6 | 85 | E3 | 0 | 2E | 8 | 4 | 136 | 56 | 4A |
| Octal | 366 | 205 | 343 | 0 | 56 | 10 | 4 | 466 | 126 | 112 |
| Binary | 11110110 | 10000101 | 11100011 | 0 | 101110 | 1000 | 100 | 100110110 | 1010110 | 1001010 |
Color Harmonies of #F685E3
Complementary color
Monochromatic Colors of #F685E3
Black with #F685E3
Text Example
Text Example
White with #F685E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F685E3; }
p { color: rgb(246,133,227); }
H1.HeaderClassName
{
color: #F685E3;
}
.AnyTagClassName
{
color: #F685E3;
}
</style>
background-color css
<style>
a { background-color: #F685E3; }
a { background-color: rgb(246,133,227); }
div.DivClassName
{
background-color: #F685E3;
}
.BgClassName
{
background-color: #F685E3;
}
</style>
border-color css
<style>
span { border-color: #F685E3; }
span { border-color: rgb(246,133,227); }
td.TdClassName
{
border-color: #F685E3;
}
.TagClassName
{
border-color: #F685E3;
}
</style>