Shades of Pale Magenta #F872DF
Tints of Pale Magenta #F872DF
RGB
CMYK
RGB Variations
Color information
#F872DF (or 0xF872DF) is known color: Pale Magenta. HEX triplet: F8, 72 and DF. RGB value is (248,114,223). Sum of RGB (Red+Green+Blue) = 248+114+223=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 114 (44.92% from 255 or 19.49% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F872DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F872DF is #078D20. Grayscale: #A6A6A6. Windows color (decimal): -494881 or 14643960. OLE color: 14643960.
HSL color Cylindrical-coordinate representation of color #F872DF: hue angle of 311.19º 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 #F872DF is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 223 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.03 |
| HSL | 311.19º | 0.91% | 0.71% | - |
| HSV(B) | 311.19º | 0.54% | 0.97% | - |
| XYZ | 58.05 | 37.32 | 73.96 | - |
| YUV | 166.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 223 | 0 | 0.54 | 0.10 | 0.03 | 311.19 | 0.91 | 0.71 |
| Hex | F8 | 72 | DF | 0 | 36 | A | 3 | 137 | 5B | 47 |
| Octal | 370 | 162 | 337 | 0 | 66 | 12 | 3 | 467 | 133 | 107 |
| Binary | 11111000 | 1110010 | 11011111 | 0 | 110110 | 1010 | 11 | 100110111 | 1011011 | 1000111 |
Color Harmonies of #F872DF
Complementary color
Monochromatic Colors of #F872DF
Black with #F872DF
Text Example
Text Example
White with #F872DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F872DF; }
p { color: rgb(248,114,223); }
H1.HeaderClassName
{
color: #F872DF;
}
.AnyTagClassName
{
color: #F872DF;
}
</style>
background-color css
<style>
a { background-color: #F872DF; }
a { background-color: rgb(248,114,223); }
div.DivClassName
{
background-color: #F872DF;
}
.BgClassName
{
background-color: #F872DF;
}
</style>
border-color css
<style>
span { border-color: #F872DF; }
span { border-color: rgb(248,114,223); }
td.TdClassName
{
border-color: #F872DF;
}
.TagClassName
{
border-color: #F872DF;
}
</style>