Shades of Pale Magenta #F682E7
Tints of Pale Magenta #F682E7
RGB
CMYK
RGB Variations
Color information
#F682E7 (or 0xF682E7) is known color: Pale Magenta. HEX triplet: F6, 82 and E7. RGB value is (246,130,231). Sum of RGB (Red+Green+Blue) = 246+130+231=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 130 (51.17% from 255 or 21.42% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F682E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F682E7 is #097D18. Grayscale: #AFAFAF. Windows color (decimal): -621849 or 15172342. OLE color: 15172342.
HSL color Cylindrical-coordinate representation of color #F682E7: hue angle of 307.76º 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 #F682E7 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 231 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.04 |
| HSL | 307.76º | 0.87% | 0.74% | - |
| HSV(B) | 307.76º | 0.47% | 0.96% | - |
| XYZ | 60.41 | 41.33 | 80.39 | - |
| YUV | 176.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 231 | 0 | 0.47 | 0.06 | 0.04 | 307.76 | 0.87 | 0.74 |
| Hex | F6 | 82 | E7 | 0 | 2F | 6 | 4 | 134 | 57 | 4A |
| Octal | 366 | 202 | 347 | 0 | 57 | 6 | 4 | 464 | 127 | 112 |
| Binary | 11110110 | 10000010 | 11100111 | 0 | 101111 | 110 | 100 | 100110100 | 1010111 | 1001010 |
Color Harmonies of #F682E7
Complementary color
Monochromatic Colors of #F682E7
Black with #F682E7
Text Example
Text Example
White with #F682E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F682E7; }
p { color: rgb(246,130,231); }
H1.HeaderClassName
{
color: #F682E7;
}
.AnyTagClassName
{
color: #F682E7;
}
</style>
background-color css
<style>
a { background-color: #F682E7; }
a { background-color: rgb(246,130,231); }
div.DivClassName
{
background-color: #F682E7;
}
.BgClassName
{
background-color: #F682E7;
}
</style>
border-color css
<style>
span { border-color: #F682E7; }
span { border-color: rgb(246,130,231); }
td.TdClassName
{
border-color: #F682E7;
}
.TagClassName
{
border-color: #F682E7;
}
</style>