Shades of Pale Magenta #F675D9
Tints of Pale Magenta #F675D9
RGB
CMYK
RGB Variations
Color information
#F675D9 (or 0xF675D9) is known color: Pale Magenta. HEX triplet: F6, 75 and D9. RGB value is (246,117,217). Sum of RGB (Red+Green+Blue) = 246+117+217=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 117 (46.09% from 255 or 20.17% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F675D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F675D9 is #098A26. Grayscale: #A6A6A6. Windows color (decimal): -625191 or 14251510. OLE color: 14251510.
HSL color Cylindrical-coordinate representation of color #F675D9: hue angle of 313.49º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F675D9 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 117 | 217 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.04 |
| HSL | 313.49º | 0.88% | 0.71% | - |
| HSV(B) | 313.49º | 0.52% | 0.96% | - |
| XYZ | 56.89 | 37.33 | 69.85 | - |
| YUV | 166.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 117 | 217 | 0 | 0.52 | 0.12 | 0.04 | 313.49 | 0.88 | 0.71 |
| Hex | F6 | 75 | D9 | 0 | 34 | C | 4 | 139 | 58 | 47 |
| Octal | 366 | 165 | 331 | 0 | 64 | 14 | 4 | 471 | 130 | 107 |
| Binary | 11110110 | 1110101 | 11011001 | 0 | 110100 | 1100 | 100 | 100111001 | 1011000 | 1000111 |
Color Harmonies of #F675D9
Complementary color
Monochromatic Colors of #F675D9
Black with #F675D9
Text Example
Text Example
White with #F675D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F675D9; }
p { color: rgb(246,117,217); }
H1.HeaderClassName
{
color: #F675D9;
}
.AnyTagClassName
{
color: #F675D9;
}
</style>
background-color css
<style>
a { background-color: #F675D9; }
a { background-color: rgb(246,117,217); }
div.DivClassName
{
background-color: #F675D9;
}
.BgClassName
{
background-color: #F675D9;
}
</style>
border-color css
<style>
span { border-color: #F675D9; }
span { border-color: rgb(246,117,217); }
td.TdClassName
{
border-color: #F675D9;
}
.TagClassName
{
border-color: #F675D9;
}
</style>