Shades of Pale Magenta #F671DF
Tints of Pale Magenta #F671DF
RGB
CMYK
RGB Variations
Color information
#F671DF (or 0xF671DF) is known color: Pale Magenta. HEX triplet: F6, 71 and DF. RGB value is (246,113,223). Sum of RGB (Red+Green+Blue) = 246+113+223=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 113 (44.53% from 255 or 19.42% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F671DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F671DF is #098E20. Grayscale: #A5A5A5. Windows color (decimal): -626209 or 14643702. OLE color: 14643702.
HSL color Cylindrical-coordinate representation of color #F671DF: hue angle of 310.38º 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 #F671DF is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 223 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.04 |
| HSL | 310.38º | 0.88% | 0.7% | - |
| HSV(B) | 310.38º | 0.54% | 0.96% | - |
| XYZ | 57.23 | 36.73 | 73.89 | - |
| YUV | 165.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 223 | 0 | 0.54 | 0.09 | 0.04 | 310.38 | 0.88 | 0.7 |
| Hex | F6 | 71 | DF | 0 | 36 | 9 | 4 | 136 | 58 | 46 |
| Octal | 366 | 161 | 337 | 0 | 66 | 11 | 4 | 466 | 130 | 106 |
| Binary | 11110110 | 1110001 | 11011111 | 0 | 110110 | 1001 | 100 | 100110110 | 1011000 | 1000110 |
Color Harmonies of #F671DF
Complementary color
Monochromatic Colors of #F671DF
Black with #F671DF
Text Example
Text Example
White with #F671DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F671DF; }
p { color: rgb(246,113,223); }
H1.HeaderClassName
{
color: #F671DF;
}
.AnyTagClassName
{
color: #F671DF;
}
</style>
background-color css
<style>
a { background-color: #F671DF; }
a { background-color: rgb(246,113,223); }
div.DivClassName
{
background-color: #F671DF;
}
.BgClassName
{
background-color: #F671DF;
}
</style>
border-color css
<style>
span { border-color: #F671DF; }
span { border-color: rgb(246,113,223); }
td.TdClassName
{
border-color: #F671DF;
}
.TagClassName
{
border-color: #F671DF;
}
</style>