Shades of Pale Magenta #F680E5
Tints of Pale Magenta #F680E5
RGB
CMYK
RGB Variations
Color information
#F680E5 (or 0xF680E5) is known color: Pale Magenta. HEX triplet: F6, 80 and E5. RGB value is (246,128,229). Sum of RGB (Red+Green+Blue) = 246+128+229=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 128 (50.39% from 255 or 21.23% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F680E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F680E5 is #097F1A. Grayscale: #AEAEAE. Windows color (decimal): -622363 or 15040758. OLE color: 15040758.
HSL color Cylindrical-coordinate representation of color #F680E5: hue angle of 308.64º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F680E5 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 229 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.04 |
| HSL | 308.64º | 0.87% | 0.73% | - |
| HSV(B) | 308.64º | 0.48% | 0.96% | - |
| XYZ | 59.87 | 40.69 | 78.83 | - |
| YUV | 174.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 229 | 0 | 0.48 | 0.07 | 0.04 | 308.64 | 0.87 | 0.73 |
| Hex | F6 | 80 | E5 | 0 | 30 | 7 | 4 | 135 | 57 | 49 |
| Octal | 366 | 200 | 345 | 0 | 60 | 7 | 4 | 465 | 127 | 111 |
| Binary | 11110110 | 10000000 | 11100101 | 0 | 110000 | 111 | 100 | 100110101 | 1010111 | 1001001 |
Color Harmonies of #F680E5
Complementary color
Monochromatic Colors of #F680E5
Black with #F680E5
Text Example
Text Example
White with #F680E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F680E5; }
p { color: rgb(246,128,229); }
H1.HeaderClassName
{
color: #F680E5;
}
.AnyTagClassName
{
color: #F680E5;
}
</style>
background-color css
<style>
a { background-color: #F680E5; }
a { background-color: rgb(246,128,229); }
div.DivClassName
{
background-color: #F680E5;
}
.BgClassName
{
background-color: #F680E5;
}
</style>
border-color css
<style>
span { border-color: #F680E5; }
span { border-color: rgb(246,128,229); }
td.TdClassName
{
border-color: #F680E5;
}
.TagClassName
{
border-color: #F680E5;
}
</style>