Shades of Pale Magenta #F872E5
Tints of Pale Magenta #F872E5
RGB
CMYK
RGB Variations
Color information
#F872E5 (or 0xF872E5) is known color: Pale Magenta. HEX triplet: F8, 72 and E5. RGB value is (248,114,229). Sum of RGB (Red+Green+Blue) = 248+114+229=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 114 (44.92% from 255 or 19.29% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F872E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F872E5 is #078D1A. Grayscale: #A6A6A6. Windows color (decimal): -494875 or 15037176. OLE color: 15037176.
HSL color Cylindrical-coordinate representation of color #F872E5: hue angle of 308.51º 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 #F872E5 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 229 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.03 |
| HSL | 308.51º | 0.91% | 0.71% | - |
| HSV(B) | 308.51º | 0.54% | 0.97% | - |
| XYZ | 58.87 | 37.65 | 78.29 | - |
| YUV | 167.18 | 162.89 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 229 | 0 | 0.54 | 0.08 | 0.03 | 308.51 | 0.91 | 0.71 |
| Hex | F8 | 72 | E5 | 0 | 36 | 8 | 3 | 135 | 5B | 47 |
| Octal | 370 | 162 | 345 | 0 | 66 | 10 | 3 | 465 | 133 | 107 |
| Binary | 11111000 | 1110010 | 11100101 | 0 | 110110 | 1000 | 11 | 100110101 | 1011011 | 1000111 |
Color Harmonies of #F872E5
Complementary color
Monochromatic Colors of #F872E5
Black with #F872E5
Text Example
Text Example
White with #F872E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F872E5; }
p { color: rgb(248,114,229); }
H1.HeaderClassName
{
color: #F872E5;
}
.AnyTagClassName
{
color: #F872E5;
}
</style>
background-color css
<style>
a { background-color: #F872E5; }
a { background-color: rgb(248,114,229); }
div.DivClassName
{
background-color: #F872E5;
}
.BgClassName
{
background-color: #F872E5;
}
</style>
border-color css
<style>
span { border-color: #F872E5; }
span { border-color: rgb(248,114,229); }
td.TdClassName
{
border-color: #F872E5;
}
.TagClassName
{
border-color: #F872E5;
}
</style>