Shades of Pale Magenta #F681E5
Tints of Pale Magenta #F681E5
RGB
CMYK
RGB Variations
Color information
#F681E5 (or 0xF681E5) is known color: Pale Magenta. HEX triplet: F6, 81 and E5. RGB value is (246,129,229). Sum of RGB (Red+Green+Blue) = 246+129+229=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 129 (50.78% from 255 or 21.36% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F681E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681E5 is #097E1A. Grayscale: #AFAFAF. Windows color (decimal): -622107 or 15041014. OLE color: 15041014.
HSL color Cylindrical-coordinate representation of color #F681E5: hue angle of 308.72º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F681E5 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 229 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.04 |
| HSL | 308.72º | 0.87% | 0.74% | - |
| HSV(B) | 308.72º | 0.48% | 0.96% | - |
| XYZ | 60 | 40.95 | 78.87 | - |
| YUV | 175.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 229 | 0 | 0.48 | 0.07 | 0.04 | 308.72 | 0.87 | 0.74 |
| Hex | F6 | 81 | E5 | 0 | 30 | 7 | 4 | 135 | 57 | 4A |
| Octal | 366 | 201 | 345 | 0 | 60 | 7 | 4 | 465 | 127 | 112 |
| Binary | 11110110 | 10000001 | 11100101 | 0 | 110000 | 111 | 100 | 100110101 | 1010111 | 1001010 |
Color Harmonies of #F681E5
Complementary color
Monochromatic Colors of #F681E5
Black with #F681E5
Text Example
Text Example
White with #F681E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F681E5; }
p { color: rgb(246,129,229); }
H1.HeaderClassName
{
color: #F681E5;
}
.AnyTagClassName
{
color: #F681E5;
}
</style>
background-color css
<style>
a { background-color: #F681E5; }
a { background-color: rgb(246,129,229); }
div.DivClassName
{
background-color: #F681E5;
}
.BgClassName
{
background-color: #F681E5;
}
</style>
border-color css
<style>
span { border-color: #F681E5; }
span { border-color: rgb(246,129,229); }
td.TdClassName
{
border-color: #F681E5;
}
.TagClassName
{
border-color: #F681E5;
}
</style>