Shades of Pale Magenta #F670D9
Tints of Pale Magenta #F670D9
RGB
CMYK
RGB Variations
Color information
#F670D9 (or 0xF670D9) is known color: Pale Magenta. HEX triplet: F6, 70 and D9. RGB value is (246,112,217). Sum of RGB (Red+Green+Blue) = 246+112+217=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F670D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F670D9 is #098F26. Grayscale: #A3A3A3. Windows color (decimal): -626471 or 14250230. OLE color: 14250230.
HSL color Cylindrical-coordinate representation of color #F670D9: hue angle of 312.99º 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 #F670D9 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 217 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.04 |
| HSL | 312.99º | 0.88% | 0.7% | - |
| HSV(B) | 312.99º | 0.54% | 0.96% | - |
| XYZ | 56.32 | 36.19 | 69.66 | - |
| YUV | 164.04 | 157.89 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 217 | 0 | 0.54 | 0.12 | 0.04 | 312.99 | 0.88 | 0.7 |
| Hex | F6 | 70 | D9 | 0 | 36 | C | 4 | 139 | 58 | 46 |
| Octal | 366 | 160 | 331 | 0 | 66 | 14 | 4 | 471 | 130 | 106 |
| Binary | 11110110 | 1110000 | 11011001 | 0 | 110110 | 1100 | 100 | 100111001 | 1011000 | 1000110 |
Color Harmonies of #F670D9
Complementary color
Monochromatic Colors of #F670D9
Black with #F670D9
Text Example
Text Example
White with #F670D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F670D9; }
p { color: rgb(246,112,217); }
H1.HeaderClassName
{
color: #F670D9;
}
.AnyTagClassName
{
color: #F670D9;
}
</style>
background-color css
<style>
a { background-color: #F670D9; }
a { background-color: rgb(246,112,217); }
div.DivClassName
{
background-color: #F670D9;
}
.BgClassName
{
background-color: #F670D9;
}
</style>
border-color css
<style>
span { border-color: #F670D9; }
span { border-color: rgb(246,112,217); }
td.TdClassName
{
border-color: #F670D9;
}
.TagClassName
{
border-color: #F670D9;
}
</style>