Shades of Pale Magenta #F875DF
Tints of Pale Magenta #F875DF
RGB
CMYK
RGB Variations
Color information
#F875DF (or 0xF875DF) is known color: Pale Magenta. HEX triplet: F8, 75 and DF. RGB value is (248,117,223). Sum of RGB (Red+Green+Blue) = 248+117+223=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 117 (46.09% from 255 or 19.90% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F875DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875DF is #078A20. Grayscale: #A7A7A7. Windows color (decimal): -494113 or 14644728. OLE color: 14644728.
HSL color Cylindrical-coordinate representation of color #F875DF: hue angle of 311.45º 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 #F875DF is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 223 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.03 |
| HSL | 311.45º | 0.9% | 0.72% | - |
| HSV(B) | 311.45º | 0.53% | 0.97% | - |
| XYZ | 58.39 | 38.01 | 74.07 | - |
| YUV | 168.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 223 | 0 | 0.53 | 0.10 | 0.03 | 311.45 | 0.9 | 0.72 |
| Hex | F8 | 75 | DF | 0 | 35 | A | 3 | 137 | 5A | 48 |
| Octal | 370 | 165 | 337 | 0 | 65 | 12 | 3 | 467 | 132 | 110 |
| Binary | 11111000 | 1110101 | 11011111 | 0 | 110101 | 1010 | 11 | 100110111 | 1011010 | 1001000 |
Color Harmonies of #F875DF
Complementary color
Monochromatic Colors of #F875DF
Black with #F875DF
Text Example
Text Example
White with #F875DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875DF; }
p { color: rgb(248,117,223); }
H1.HeaderClassName
{
color: #F875DF;
}
.AnyTagClassName
{
color: #F875DF;
}
</style>
background-color css
<style>
a { background-color: #F875DF; }
a { background-color: rgb(248,117,223); }
div.DivClassName
{
background-color: #F875DF;
}
.BgClassName
{
background-color: #F875DF;
}
</style>
border-color css
<style>
span { border-color: #F875DF; }
span { border-color: rgb(248,117,223); }
td.TdClassName
{
border-color: #F875DF;
}
.TagClassName
{
border-color: #F875DF;
}
</style>