Shades of Pale Magenta #F692ED
Tints of Pale Magenta #F692ED
RGB
CMYK
RGB Variations
Color information
#F692ED (or 0xF692ED) is known color: Pale Magenta. HEX triplet: F6, 92 and ED. RGB value is (246,146,237). Sum of RGB (Red+Green+Blue) = 246+146+237=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 146 (57.42% from 255 or 23.21% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F692ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F692ED is #096D12. Grayscale: #BABABA. Windows color (decimal): -617747 or 15569654. OLE color: 15569654.
HSL color Cylindrical-coordinate representation of color #F692ED: hue angle of 305.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F692ED is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 237 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.04 |
| HSL | 305.4º | 0.85% | 0.77% | - |
| HSV(B) | 305.4º | 0.41% | 0.96% | - |
| XYZ | 63.57 | 46.27 | 85.7 | - |
| YUV | 186.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 237 | 0 | 0.41 | 0.04 | 0.04 | 305.4 | 0.85 | 0.77 |
| Hex | F6 | 92 | ED | 0 | 29 | 4 | 4 | 131 | 55 | 4D |
| Octal | 366 | 222 | 355 | 0 | 51 | 4 | 4 | 461 | 125 | 115 |
| Binary | 11110110 | 10010010 | 11101101 | 0 | 101001 | 100 | 100 | 100110001 | 1010101 | 1001101 |
Color Harmonies of #F692ED
Complementary color
Monochromatic Colors of #F692ED
Black with #F692ED
Text Example
Text Example
White with #F692ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F692ED; }
p { color: rgb(246,146,237); }
H1.HeaderClassName
{
color: #F692ED;
}
.AnyTagClassName
{
color: #F692ED;
}
</style>
background-color css
<style>
a { background-color: #F692ED; }
a { background-color: rgb(246,146,237); }
div.DivClassName
{
background-color: #F692ED;
}
.BgClassName
{
background-color: #F692ED;
}
</style>
border-color css
<style>
span { border-color: #F692ED; }
span { border-color: rgb(246,146,237); }
td.TdClassName
{
border-color: #F692ED;
}
.TagClassName
{
border-color: #F692ED;
}
</style>