Shades of Pale Magenta #F685EA
Tints of Pale Magenta #F685EA
RGB
CMYK
RGB Variations
Color information
#F685EA (or 0xF685EA) is known color: Pale Magenta. HEX triplet: F6, 85 and EA. RGB value is (246,133,234). Sum of RGB (Red+Green+Blue) = 246+133+234=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 133 (52.34% from 255 or 21.70% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F685EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F685EA is #097A15. Grayscale: #B2B2B2. Windows color (decimal): -621078 or 15369718. OLE color: 15369718.
HSL color Cylindrical-coordinate representation of color #F685EA: hue angle of 306.37º 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 #F685EA is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 234 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.04 |
| HSL | 306.37º | 0.86% | 0.74% | - |
| HSV(B) | 306.37º | 0.46% | 0.96% | - |
| XYZ | 61.24 | 42.31 | 82.78 | - |
| YUV | 178.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 234 | 0 | 0.46 | 0.05 | 0.04 | 306.37 | 0.86 | 0.74 |
| Hex | F6 | 85 | EA | 0 | 2E | 5 | 4 | 132 | 56 | 4A |
| Octal | 366 | 205 | 352 | 0 | 56 | 5 | 4 | 462 | 126 | 112 |
| Binary | 11110110 | 10000101 | 11101010 | 0 | 101110 | 101 | 100 | 100110010 | 1010110 | 1001010 |
Color Harmonies of #F685EA
Complementary color
Monochromatic Colors of #F685EA
Black with #F685EA
Text Example
Text Example
White with #F685EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F685EA; }
p { color: rgb(246,133,234); }
H1.HeaderClassName
{
color: #F685EA;
}
.AnyTagClassName
{
color: #F685EA;
}
</style>
background-color css
<style>
a { background-color: #F685EA; }
a { background-color: rgb(246,133,234); }
div.DivClassName
{
background-color: #F685EA;
}
.BgClassName
{
background-color: #F685EA;
}
</style>
border-color css
<style>
span { border-color: #F685EA; }
span { border-color: rgb(246,133,234); }
td.TdClassName
{
border-color: #F685EA;
}
.TagClassName
{
border-color: #F685EA;
}
</style>