Shades of Pale Magenta #F871E5
Tints of Pale Magenta #F871E5
RGB
CMYK
RGB Variations
Color information
#F871E5 (or 0xF871E5) is known color: Pale Magenta. HEX triplet: F8, 71 and E5. RGB value is (248,113,229). Sum of RGB (Red+Green+Blue) = 248+113+229=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 113 (44.53% from 255 or 19.15% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F871E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F871E5 is #078E1A. Grayscale: #A6A6A6. Windows color (decimal): -495131 or 15036920. OLE color: 15036920.
HSL color Cylindrical-coordinate representation of color #F871E5: hue angle of 308.44º 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 #F871E5 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 229 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.03 |
| HSL | 308.44º | 0.91% | 0.71% | - |
| HSV(B) | 308.44º | 0.54% | 0.97% | - |
| XYZ | 58.76 | 37.42 | 78.26 | - |
| YUV | 166.59 | 163.23 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 229 | 0 | 0.54 | 0.08 | 0.03 | 308.44 | 0.91 | 0.71 |
| Hex | F8 | 71 | E5 | 0 | 36 | 8 | 3 | 134 | 5B | 47 |
| Octal | 370 | 161 | 345 | 0 | 66 | 10 | 3 | 464 | 133 | 107 |
| Binary | 11111000 | 1110001 | 11100101 | 0 | 110110 | 1000 | 11 | 100110100 | 1011011 | 1000111 |
Color Harmonies of #F871E5
Complementary color
Monochromatic Colors of #F871E5
Black with #F871E5
Text Example
Text Example
White with #F871E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F871E5; }
p { color: rgb(248,113,229); }
H1.HeaderClassName
{
color: #F871E5;
}
.AnyTagClassName
{
color: #F871E5;
}
</style>
background-color css
<style>
a { background-color: #F871E5; }
a { background-color: rgb(248,113,229); }
div.DivClassName
{
background-color: #F871E5;
}
.BgClassName
{
background-color: #F871E5;
}
</style>
border-color css
<style>
span { border-color: #F871E5; }
span { border-color: rgb(248,113,229); }
td.TdClassName
{
border-color: #F871E5;
}
.TagClassName
{
border-color: #F871E5;
}
</style>