Shades of Pale Magenta #F671DD
Tints of Pale Magenta #F671DD
RGB
CMYK
RGB Variations
Color information
#F671DD (or 0xF671DD) is known color: Pale Magenta. HEX triplet: F6, 71 and DD. RGB value is (246,113,221). Sum of RGB (Red+Green+Blue) = 246+113+221=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 113 (44.53% from 255 or 19.48% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F671DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F671DD is #098E22. Grayscale: #A4A4A4. Windows color (decimal): -626211 or 14512630. OLE color: 14512630.
HSL color Cylindrical-coordinate representation of color #F671DD: hue angle of 311.28º 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 #F671DD is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 221 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.04 |
| HSL | 311.28º | 0.88% | 0.7% | - |
| HSV(B) | 311.28º | 0.54% | 0.96% | - |
| XYZ | 56.96 | 36.62 | 72.47 | - |
| YUV | 165.08 | 159.56 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 221 | 0 | 0.54 | 0.10 | 0.04 | 311.28 | 0.88 | 0.7 |
| Hex | F6 | 71 | DD | 0 | 36 | A | 4 | 137 | 58 | 46 |
| Octal | 366 | 161 | 335 | 0 | 66 | 12 | 4 | 467 | 130 | 106 |
| Binary | 11110110 | 1110001 | 11011101 | 0 | 110110 | 1010 | 100 | 100110111 | 1011000 | 1000110 |
Color Harmonies of #F671DD
Complementary color
Monochromatic Colors of #F671DD
Black with #F671DD
Text Example
Text Example
White with #F671DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F671DD; }
p { color: rgb(246,113,221); }
H1.HeaderClassName
{
color: #F671DD;
}
.AnyTagClassName
{
color: #F671DD;
}
</style>
background-color css
<style>
a { background-color: #F671DD; }
a { background-color: rgb(246,113,221); }
div.DivClassName
{
background-color: #F671DD;
}
.BgClassName
{
background-color: #F671DD;
}
</style>
border-color css
<style>
span { border-color: #F671DD; }
span { border-color: rgb(246,113,221); }
td.TdClassName
{
border-color: #F671DD;
}
.TagClassName
{
border-color: #F671DD;
}
</style>