Shades of Pale Magenta #F670DC
Tints of Pale Magenta #F670DC
RGB
CMYK
RGB Variations
Color information
#F670DC (or 0xF670DC) is known color: Pale Magenta. HEX triplet: F6, 70 and DC. RGB value is (246,112,220). Sum of RGB (Red+Green+Blue) = 246+112+220=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 112 (44.14% from 255 or 19.38% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F670DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F670DC is #098F23. Grayscale: #A4A4A4. Windows color (decimal): -626468 or 14446838. OLE color: 14446838.
HSL color Cylindrical-coordinate representation of color #F670DC: hue angle of 311.64º 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 #F670DC is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 220 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.04 |
| HSL | 311.64º | 0.88% | 0.7% | - |
| HSV(B) | 311.64º | 0.54% | 0.96% | - |
| XYZ | 56.72 | 36.35 | 71.74 | - |
| YUV | 164.38 | 159.39 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 220 | 0 | 0.54 | 0.11 | 0.04 | 311.64 | 0.88 | 0.7 |
| Hex | F6 | 70 | DC | 0 | 36 | B | 4 | 138 | 58 | 46 |
| Octal | 366 | 160 | 334 | 0 | 66 | 13 | 4 | 470 | 130 | 106 |
| Binary | 11110110 | 1110000 | 11011100 | 0 | 110110 | 1011 | 100 | 100111000 | 1011000 | 1000110 |
Color Harmonies of #F670DC
Complementary color
Monochromatic Colors of #F670DC
Black with #F670DC
Text Example
Text Example
White with #F670DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F670DC; }
p { color: rgb(246,112,220); }
H1.HeaderClassName
{
color: #F670DC;
}
.AnyTagClassName
{
color: #F670DC;
}
</style>
background-color css
<style>
a { background-color: #F670DC; }
a { background-color: rgb(246,112,220); }
div.DivClassName
{
background-color: #F670DC;
}
.BgClassName
{
background-color: #F670DC;
}
</style>
border-color css
<style>
span { border-color: #F670DC; }
span { border-color: rgb(246,112,220); }
td.TdClassName
{
border-color: #F670DC;
}
.TagClassName
{
border-color: #F670DC;
}
</style>