Shades of Pale Magenta #F875E8
Tints of Pale Magenta #F875E8
RGB
CMYK
RGB Variations
Color information
#F875E8 (or 0xF875E8) is known color: Pale Magenta. HEX triplet: F8, 75 and E8. RGB value is (248,117,232). Sum of RGB (Red+Green+Blue) = 248+117+232=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 117 (46.09% from 255 or 19.60% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F875E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F875E8 is #078A17. Grayscale: #A8A8A8. Windows color (decimal): -494104 or 15234552. OLE color: 15234552.
HSL color Cylindrical-coordinate representation of color #F875E8: hue angle of 307.33º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F875E8 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 232 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.03 |
| HSL | 307.33º | 0.9% | 0.72% | - |
| HSV(B) | 307.33º | 0.53% | 0.97% | - |
| XYZ | 59.64 | 38.51 | 80.63 | - |
| YUV | 169.28 | 163.4 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 232 | 0 | 0.53 | 0.06 | 0.03 | 307.33 | 0.9 | 0.72 |
| Hex | F8 | 75 | E8 | 0 | 35 | 6 | 3 | 133 | 5A | 48 |
| Octal | 370 | 165 | 350 | 0 | 65 | 6 | 3 | 463 | 132 | 110 |
| Binary | 11111000 | 1110101 | 11101000 | 0 | 110101 | 110 | 11 | 100110011 | 1011010 | 1001000 |
Color Harmonies of #F875E8
Complementary color
Monochromatic Colors of #F875E8
Black with #F875E8
Text Example
Text Example
White with #F875E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875E8; }
p { color: rgb(248,117,232); }
H1.HeaderClassName
{
color: #F875E8;
}
.AnyTagClassName
{
color: #F875E8;
}
</style>
background-color css
<style>
a { background-color: #F875E8; }
a { background-color: rgb(248,117,232); }
div.DivClassName
{
background-color: #F875E8;
}
.BgClassName
{
background-color: #F875E8;
}
</style>
border-color css
<style>
span { border-color: #F875E8; }
span { border-color: rgb(248,117,232); }
td.TdClassName
{
border-color: #F875E8;
}
.TagClassName
{
border-color: #F875E8;
}
</style>