Shades of Pale Magenta #F67AE1
Tints of Pale Magenta #F67AE1
RGB
CMYK
RGB Variations
Color information
#F67AE1 (or 0xF67AE1) is known color: Pale Magenta. HEX triplet: F6, 7A and E1. RGB value is (246,122,225). Sum of RGB (Red+Green+Blue) = 246+122+225=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 122 (48.05% from 255 or 20.57% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F67AE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67AE1 is #09851E. Grayscale: #AAAAAA. Windows color (decimal): -623903 or 14777078. OLE color: 14777078.
HSL color Cylindrical-coordinate representation of color #F67AE1: hue angle of 310.16º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67AE1 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 225 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.04 |
| HSL | 310.16º | 0.87% | 0.72% | - |
| HSV(B) | 310.16º | 0.5% | 0.96% | - |
| XYZ | 58.56 | 38.95 | 75.67 | - |
| YUV | 170.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 225 | 0 | 0.50 | 0.09 | 0.04 | 310.16 | 0.87 | 0.72 |
| Hex | F6 | 7A | E1 | 0 | 32 | 9 | 4 | 136 | 57 | 48 |
| Octal | 366 | 172 | 341 | 0 | 62 | 11 | 4 | 466 | 127 | 110 |
| Binary | 11110110 | 1111010 | 11100001 | 0 | 110010 | 1001 | 100 | 100110110 | 1010111 | 1001000 |
Color Harmonies of #F67AE1
Complementary color
Monochromatic Colors of #F67AE1
Black with #F67AE1
Text Example
Text Example
White with #F67AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67AE1; }
p { color: rgb(246,122,225); }
H1.HeaderClassName
{
color: #F67AE1;
}
.AnyTagClassName
{
color: #F67AE1;
}
</style>
background-color css
<style>
a { background-color: #F67AE1; }
a { background-color: rgb(246,122,225); }
div.DivClassName
{
background-color: #F67AE1;
}
.BgClassName
{
background-color: #F67AE1;
}
</style>
border-color css
<style>
span { border-color: #F67AE1; }
span { border-color: rgb(246,122,225); }
td.TdClassName
{
border-color: #F67AE1;
}
.TagClassName
{
border-color: #F67AE1;
}
</style>