Shades of Pale Magenta #F872E0
Tints of Pale Magenta #F872E0
RGB
CMYK
RGB Variations
Color information
#F872E0 (or 0xF872E0) is known color: Pale Magenta. HEX triplet: F8, 72 and E0. RGB value is (248,114,224). Sum of RGB (Red+Green+Blue) = 248+114+224=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 114 (44.92% from 255 or 19.45% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F872E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F872E0 is #078D1F. Grayscale: #A6A6A6. Windows color (decimal): -494880 or 14709496. OLE color: 14709496.
HSL color Cylindrical-coordinate representation of color #F872E0: hue angle of 310.75º 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 #F872E0 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 224 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.03 |
| HSL | 310.75º | 0.91% | 0.71% | - |
| HSV(B) | 310.75º | 0.54% | 0.97% | - |
| XYZ | 58.18 | 37.37 | 74.67 | - |
| YUV | 166.61 | 160.39 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 224 | 0 | 0.54 | 0.10 | 0.03 | 310.75 | 0.91 | 0.71 |
| Hex | F8 | 72 | E0 | 0 | 36 | A | 3 | 137 | 5B | 47 |
| Octal | 370 | 162 | 340 | 0 | 66 | 12 | 3 | 467 | 133 | 107 |
| Binary | 11111000 | 1110010 | 11100000 | 0 | 110110 | 1010 | 11 | 100110111 | 1011011 | 1000111 |
Color Harmonies of #F872E0
Complementary color
Monochromatic Colors of #F872E0
Black with #F872E0
Text Example
Text Example
White with #F872E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F872E0; }
p { color: rgb(248,114,224); }
H1.HeaderClassName
{
color: #F872E0;
}
.AnyTagClassName
{
color: #F872E0;
}
</style>
background-color css
<style>
a { background-color: #F872E0; }
a { background-color: rgb(248,114,224); }
div.DivClassName
{
background-color: #F872E0;
}
.BgClassName
{
background-color: #F872E0;
}
</style>
border-color css
<style>
span { border-color: #F872E0; }
span { border-color: rgb(248,114,224); }
td.TdClassName
{
border-color: #F872E0;
}
.TagClassName
{
border-color: #F872E0;
}
</style>