Shades of Pale Magenta #F67ADD
Tints of Pale Magenta #F67ADD
RGB
CMYK
RGB Variations
Color information
#F67ADD (or 0xF67ADD) is known color: Pale Magenta. HEX triplet: F6, 7A and DD. RGB value is (246,122,221). Sum of RGB (Red+Green+Blue) = 246+122+221=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 122 (48.05% from 255 or 20.71% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ADD is #098522. Grayscale: #AAAAAA. Windows color (decimal): -623907 or 14514934. OLE color: 14514934.
HSL color Cylindrical-coordinate representation of color #F67ADD: hue angle of 312.1º 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 #F67ADD is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 221 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.04 |
| HSL | 312.1º | 0.87% | 0.72% | - |
| HSV(B) | 312.1º | 0.5% | 0.96% | - |
| XYZ | 58.02 | 38.73 | 72.82 | - |
| YUV | 170.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 221 | 0 | 0.50 | 0.10 | 0.04 | 312.1 | 0.87 | 0.72 |
| Hex | F6 | 7A | DD | 0 | 32 | A | 4 | 138 | 57 | 48 |
| Octal | 366 | 172 | 335 | 0 | 62 | 12 | 4 | 470 | 127 | 110 |
| Binary | 11110110 | 1111010 | 11011101 | 0 | 110010 | 1010 | 100 | 100111000 | 1010111 | 1001000 |
Color Harmonies of #F67ADD
Complementary color
Monochromatic Colors of #F67ADD
Black with #F67ADD
Text Example
Text Example
White with #F67ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67ADD; }
p { color: rgb(246,122,221); }
H1.HeaderClassName
{
color: #F67ADD;
}
.AnyTagClassName
{
color: #F67ADD;
}
</style>
background-color css
<style>
a { background-color: #F67ADD; }
a { background-color: rgb(246,122,221); }
div.DivClassName
{
background-color: #F67ADD;
}
.BgClassName
{
background-color: #F67ADD;
}
</style>
border-color css
<style>
span { border-color: #F67ADD; }
span { border-color: rgb(246,122,221); }
td.TdClassName
{
border-color: #F67ADD;
}
.TagClassName
{
border-color: #F67ADD;
}
</style>