Shades of Pale Magenta #F875E7
Tints of Pale Magenta #F875E7
RGB
CMYK
RGB Variations
Color information
#F875E7 (or 0xF875E7) is known color: Pale Magenta. HEX triplet: F8, 75 and E7. RGB value is (248,117,231). Sum of RGB (Red+Green+Blue) = 248+117+231=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 117 (46.09% from 255 or 19.63% from 596); Blue value is 231 (90.62% from 255 or 38.76% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F875E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F875E7 is #078A18. Grayscale: #A8A8A8. Windows color (decimal): -494105 or 15169016. OLE color: 15169016.
HSL color Cylindrical-coordinate representation of color #F875E7: hue angle of 307.79º 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 #F875E7 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 231 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.03 |
| HSL | 307.79º | 0.9% | 0.72% | - |
| HSV(B) | 307.79º | 0.53% | 0.97% | - |
| XYZ | 59.5 | 38.45 | 79.89 | - |
| YUV | 169.17 | 162.9 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 231 | 0 | 0.53 | 0.07 | 0.03 | 307.79 | 0.9 | 0.72 |
| Hex | F8 | 75 | E7 | 0 | 35 | 7 | 3 | 134 | 5A | 48 |
| Octal | 370 | 165 | 347 | 0 | 65 | 7 | 3 | 464 | 132 | 110 |
| Binary | 11111000 | 1110101 | 11100111 | 0 | 110101 | 111 | 11 | 100110100 | 1011010 | 1001000 |
Color Harmonies of #F875E7
Complementary color
Monochromatic Colors of #F875E7
Black with #F875E7
Text Example
Text Example
White with #F875E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875E7; }
p { color: rgb(248,117,231); }
H1.HeaderClassName
{
color: #F875E7;
}
.AnyTagClassName
{
color: #F875E7;
}
</style>
background-color css
<style>
a { background-color: #F875E7; }
a { background-color: rgb(248,117,231); }
div.DivClassName
{
background-color: #F875E7;
}
.BgClassName
{
background-color: #F875E7;
}
</style>
border-color css
<style>
span { border-color: #F875E7; }
span { border-color: rgb(248,117,231); }
td.TdClassName
{
border-color: #F875E7;
}
.TagClassName
{
border-color: #F875E7;
}
</style>