Shades of Pale Magenta #F67ADC
Tints of Pale Magenta #F67ADC
RGB
CMYK
RGB Variations
Color information
#F67ADC (or 0xF67ADC) is known color: Pale Magenta. HEX triplet: F6, 7A and DC. RGB value is (246,122,220). Sum of RGB (Red+Green+Blue) = 246+122+220=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 122 (48.05% from 255 or 20.75% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ADC is #098523. Grayscale: #A9A9A9. Windows color (decimal): -623908 or 14449398. OLE color: 14449398.
HSL color Cylindrical-coordinate representation of color #F67ADC: hue angle of 312.58º 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 #F67ADC is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 220 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.04 |
| HSL | 312.58º | 0.87% | 0.72% | - |
| HSV(B) | 312.58º | 0.5% | 0.96% | - |
| XYZ | 57.88 | 38.68 | 72.13 | - |
| YUV | 170.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 220 | 0 | 0.50 | 0.11 | 0.04 | 312.58 | 0.87 | 0.72 |
| Hex | F6 | 7A | DC | 0 | 32 | B | 4 | 139 | 57 | 48 |
| Octal | 366 | 172 | 334 | 0 | 62 | 13 | 4 | 471 | 127 | 110 |
| Binary | 11110110 | 1111010 | 11011100 | 0 | 110010 | 1011 | 100 | 100111001 | 1010111 | 1001000 |
Color Harmonies of #F67ADC
Complementary color
Monochromatic Colors of #F67ADC
Black with #F67ADC
Text Example
Text Example
White with #F67ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67ADC; }
p { color: rgb(246,122,220); }
H1.HeaderClassName
{
color: #F67ADC;
}
.AnyTagClassName
{
color: #F67ADC;
}
</style>
background-color css
<style>
a { background-color: #F67ADC; }
a { background-color: rgb(246,122,220); }
div.DivClassName
{
background-color: #F67ADC;
}
.BgClassName
{
background-color: #F67ADC;
}
</style>
border-color css
<style>
span { border-color: #F67ADC; }
span { border-color: rgb(246,122,220); }
td.TdClassName
{
border-color: #F67ADC;
}
.TagClassName
{
border-color: #F67ADC;
}
</style>