Shades of Pale Magenta #F676DD
Tints of Pale Magenta #F676DD
RGB
CMYK
RGB Variations
Color information
#F676DD (or 0xF676DD) is known color: Pale Magenta. HEX triplet: F6, 76 and DD. RGB value is (246,118,221). Sum of RGB (Red+Green+Blue) = 246+118+221=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 118 (46.48% from 255 or 20.17% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F676DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F676DD is #098922. Grayscale: #A7A7A7. Windows color (decimal): -624931 or 14513910. OLE color: 14513910.
HSL color Cylindrical-coordinate representation of color #F676DD: hue angle of 311.72º 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 #F676DD is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 221 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.04 |
| HSL | 311.72º | 0.88% | 0.71% | - |
| HSV(B) | 311.72º | 0.52% | 0.96% | - |
| XYZ | 57.54 | 37.77 | 72.66 | - |
| YUV | 168.01 | 157.91 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 221 | 0 | 0.52 | 0.10 | 0.04 | 311.72 | 0.88 | 0.71 |
| Hex | F6 | 76 | DD | 0 | 34 | A | 4 | 138 | 58 | 47 |
| Octal | 366 | 166 | 335 | 0 | 64 | 12 | 4 | 470 | 130 | 107 |
| Binary | 11110110 | 1110110 | 11011101 | 0 | 110100 | 1010 | 100 | 100111000 | 1011000 | 1000111 |
Color Harmonies of #F676DD
Complementary color
Monochromatic Colors of #F676DD
Black with #F676DD
Text Example
Text Example
White with #F676DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F676DD; }
p { color: rgb(246,118,221); }
H1.HeaderClassName
{
color: #F676DD;
}
.AnyTagClassName
{
color: #F676DD;
}
</style>
background-color css
<style>
a { background-color: #F676DD; }
a { background-color: rgb(246,118,221); }
div.DivClassName
{
background-color: #F676DD;
}
.BgClassName
{
background-color: #F676DD;
}
</style>
border-color css
<style>
span { border-color: #F676DD; }
span { border-color: rgb(246,118,221); }
td.TdClassName
{
border-color: #F676DD;
}
.TagClassName
{
border-color: #F676DD;
}
</style>