Shades of Pale Magenta #F682E5
Tints of Pale Magenta #F682E5
RGB
CMYK
RGB Variations
Color information
#F682E5 (or 0xF682E5) is known color: Pale Magenta. HEX triplet: F6, 82 and E5. RGB value is (246,130,229). Sum of RGB (Red+Green+Blue) = 246+130+229=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 130 (51.17% from 255 or 21.49% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F682E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682E5 is #097D1A. Grayscale: #AFAFAF. Windows color (decimal): -621851 or 15041270. OLE color: 15041270.
HSL color Cylindrical-coordinate representation of color #F682E5: hue angle of 308.79º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F682E5 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 229 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.04 |
| HSL | 308.79º | 0.87% | 0.74% | - |
| HSV(B) | 308.79º | 0.47% | 0.96% | - |
| XYZ | 60.13 | 41.22 | 78.91 | - |
| YUV | 175.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 229 | 0 | 0.47 | 0.07 | 0.04 | 308.79 | 0.87 | 0.74 |
| Hex | F6 | 82 | E5 | 0 | 2F | 7 | 4 | 135 | 57 | 4A |
| Octal | 366 | 202 | 345 | 0 | 57 | 7 | 4 | 465 | 127 | 112 |
| Binary | 11110110 | 10000010 | 11100101 | 0 | 101111 | 111 | 100 | 100110101 | 1010111 | 1001010 |
Color Harmonies of #F682E5
Complementary color
Monochromatic Colors of #F682E5
Black with #F682E5
Text Example
Text Example
White with #F682E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F682E5; }
p { color: rgb(246,130,229); }
H1.HeaderClassName
{
color: #F682E5;
}
.AnyTagClassName
{
color: #F682E5;
}
</style>
background-color css
<style>
a { background-color: #F682E5; }
a { background-color: rgb(246,130,229); }
div.DivClassName
{
background-color: #F682E5;
}
.BgClassName
{
background-color: #F682E5;
}
</style>
border-color css
<style>
span { border-color: #F682E5; }
span { border-color: rgb(246,130,229); }
td.TdClassName
{
border-color: #F682E5;
}
.TagClassName
{
border-color: #F682E5;
}
</style>