Shades of Pale Magenta #F871DF
Tints of Pale Magenta #F871DF
RGB
CMYK
RGB Variations
Color information
#F871DF (or 0xF871DF) is known color: Pale Magenta. HEX triplet: F8, 71 and DF. RGB value is (248,113,223). Sum of RGB (Red+Green+Blue) = 248+113+223=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 113 (44.53% from 255 or 19.35% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F871DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F871DF is #078E20. Grayscale: #A5A5A5. Windows color (decimal): -495137 or 14643704. OLE color: 14643704.
HSL color Cylindrical-coordinate representation of color #F871DF: hue angle of 311.11º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F871DF is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 223 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.03 |
| HSL | 311.11º | 0.91% | 0.71% | - |
| HSV(B) | 311.11º | 0.54% | 0.97% | - |
| XYZ | 57.94 | 37.09 | 73.92 | - |
| YUV | 165.91 | 160.23 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 223 | 0 | 0.54 | 0.10 | 0.03 | 311.11 | 0.91 | 0.71 |
| Hex | F8 | 71 | DF | 0 | 36 | A | 3 | 137 | 5B | 47 |
| Octal | 370 | 161 | 337 | 0 | 66 | 12 | 3 | 467 | 133 | 107 |
| Binary | 11111000 | 1110001 | 11011111 | 0 | 110110 | 1010 | 11 | 100110111 | 1011011 | 1000111 |
Color Harmonies of #F871DF
Complementary color
Monochromatic Colors of #F871DF
Black with #F871DF
Text Example
Text Example
White with #F871DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F871DF; }
p { color: rgb(248,113,223); }
H1.HeaderClassName
{
color: #F871DF;
}
.AnyTagClassName
{
color: #F871DF;
}
</style>
background-color css
<style>
a { background-color: #F871DF; }
a { background-color: rgb(248,113,223); }
div.DivClassName
{
background-color: #F871DF;
}
.BgClassName
{
background-color: #F871DF;
}
</style>
border-color css
<style>
span { border-color: #F871DF; }
span { border-color: rgb(248,113,223); }
td.TdClassName
{
border-color: #F871DF;
}
.TagClassName
{
border-color: #F871DF;
}
</style>