Shades of Pale Magenta #F67ADE
Tints of Pale Magenta #F67ADE
RGB
CMYK
RGB Variations
Color information
#F67ADE (or 0xF67ADE) is known color: Pale Magenta. HEX triplet: F6, 7A and DE. RGB value is (246,122,222). Sum of RGB (Red+Green+Blue) = 246+122+222=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 122 (48.05% from 255 or 20.68% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ADE is #098521. Grayscale: #AAAAAA. Windows color (decimal): -623906 or 14580470. OLE color: 14580470.
HSL color Cylindrical-coordinate representation of color #F67ADE: hue angle of 311.61º 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 #F67ADE is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 222 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.04 |
| HSL | 311.61º | 0.87% | 0.72% | - |
| HSV(B) | 311.61º | 0.5% | 0.96% | - |
| XYZ | 58.15 | 38.79 | 73.53 | - |
| YUV | 170.48 | 157.08 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 222 | 0 | 0.50 | 0.10 | 0.04 | 311.61 | 0.87 | 0.72 |
| Hex | F6 | 7A | DE | 0 | 32 | A | 4 | 138 | 57 | 48 |
| Octal | 366 | 172 | 336 | 0 | 62 | 12 | 4 | 470 | 127 | 110 |
| Binary | 11110110 | 1111010 | 11011110 | 0 | 110010 | 1010 | 100 | 100111000 | 1010111 | 1001000 |
Color Harmonies of #F67ADE
Complementary color
Monochromatic Colors of #F67ADE
Black with #F67ADE
Text Example
Text Example
White with #F67ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67ADE; }
p { color: rgb(246,122,222); }
H1.HeaderClassName
{
color: #F67ADE;
}
.AnyTagClassName
{
color: #F67ADE;
}
</style>
background-color css
<style>
a { background-color: #F67ADE; }
a { background-color: rgb(246,122,222); }
div.DivClassName
{
background-color: #F67ADE;
}
.BgClassName
{
background-color: #F67ADE;
}
</style>
border-color css
<style>
span { border-color: #F67ADE; }
span { border-color: rgb(246,122,222); }
td.TdClassName
{
border-color: #F67ADE;
}
.TagClassName
{
border-color: #F67ADE;
}
</style>