Shades of Pale Magenta #F670DD
Tints of Pale Magenta #F670DD
RGB
CMYK
RGB Variations
Color information
#F670DD (or 0xF670DD) is known color: Pale Magenta. HEX triplet: F6, 70 and DD. RGB value is (246,112,221). Sum of RGB (Red+Green+Blue) = 246+112+221=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 112 (44.14% from 255 or 19.34% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F670DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F670DD is #098F22. Grayscale: #A4A4A4. Windows color (decimal): -626467 or 14512374. OLE color: 14512374.
HSL color Cylindrical-coordinate representation of color #F670DD: hue angle of 311.19º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F670DD is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 221 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.04 |
| HSL | 311.19º | 0.88% | 0.7% | - |
| HSV(B) | 311.19º | 0.54% | 0.96% | - |
| XYZ | 56.85 | 36.4 | 72.44 | - |
| YUV | 164.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 221 | 0 | 0.54 | 0.10 | 0.04 | 311.19 | 0.88 | 0.7 |
| Hex | F6 | 70 | DD | 0 | 36 | A | 4 | 137 | 58 | 46 |
| Octal | 366 | 160 | 335 | 0 | 66 | 12 | 4 | 467 | 130 | 106 |
| Binary | 11110110 | 1110000 | 11011101 | 0 | 110110 | 1010 | 100 | 100110111 | 1011000 | 1000110 |
Color Harmonies of #F670DD
Complementary color
Monochromatic Colors of #F670DD
Black with #F670DD
Text Example
Text Example
White with #F670DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F670DD; }
p { color: rgb(246,112,221); }
H1.HeaderClassName
{
color: #F670DD;
}
.AnyTagClassName
{
color: #F670DD;
}
</style>
background-color css
<style>
a { background-color: #F670DD; }
a { background-color: rgb(246,112,221); }
div.DivClassName
{
background-color: #F670DD;
}
.BgClassName
{
background-color: #F670DD;
}
</style>
border-color css
<style>
span { border-color: #F670DD; }
span { border-color: rgb(246,112,221); }
td.TdClassName
{
border-color: #F670DD;
}
.TagClassName
{
border-color: #F670DD;
}
</style>