Shades of Pale Magenta #F682E1
Tints of Pale Magenta #F682E1
RGB
CMYK
RGB Variations
Color information
#F682E1 (or 0xF682E1) is known color: Pale Magenta. HEX triplet: F6, 82 and E1. RGB value is (246,130,225). Sum of RGB (Red+Green+Blue) = 246+130+225=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F682E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682E1 is #097D1E. Grayscale: #AFAFAF. Windows color (decimal): -621855 or 14779126. OLE color: 14779126.
HSL color Cylindrical-coordinate representation of color #F682E1: hue angle of 310.86º 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 #F682E1 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 225 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.04 |
| HSL | 310.86º | 0.87% | 0.74% | - |
| HSV(B) | 310.86º | 0.47% | 0.96% | - |
| XYZ | 59.58 | 40.99 | 76.01 | - |
| YUV | 175.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 225 | 0 | 0.47 | 0.09 | 0.04 | 310.86 | 0.87 | 0.74 |
| Hex | F6 | 82 | E1 | 0 | 2F | 9 | 4 | 137 | 57 | 4A |
| Octal | 366 | 202 | 341 | 0 | 57 | 11 | 4 | 467 | 127 | 112 |
| Binary | 11110110 | 10000010 | 11100001 | 0 | 101111 | 1001 | 100 | 100110111 | 1010111 | 1001010 |
Color Harmonies of #F682E1
Complementary color
Monochromatic Colors of #F682E1
Black with #F682E1
Text Example
Text Example
White with #F682E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F682E1; }
p { color: rgb(246,130,225); }
H1.HeaderClassName
{
color: #F682E1;
}
.AnyTagClassName
{
color: #F682E1;
}
</style>
background-color css
<style>
a { background-color: #F682E1; }
a { background-color: rgb(246,130,225); }
div.DivClassName
{
background-color: #F682E1;
}
.BgClassName
{
background-color: #F682E1;
}
</style>
border-color css
<style>
span { border-color: #F682E1; }
span { border-color: rgb(246,130,225); }
td.TdClassName
{
border-color: #F682E1;
}
.TagClassName
{
border-color: #F682E1;
}
</style>