Shades of Pale Magenta #F870DC
Tints of Pale Magenta #F870DC
RGB
CMYK
RGB Variations
Color information
#F870DC (or 0xF870DC) is known color: Pale Magenta. HEX triplet: F8, 70 and DC. RGB value is (248,112,220). Sum of RGB (Red+Green+Blue) = 248+112+220=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 112 (44.14% from 255 or 19.31% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F870DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F870DC is #078F23. Grayscale: #A4A4A4. Windows color (decimal): -495396 or 14446840. OLE color: 14446840.
HSL color Cylindrical-coordinate representation of color #F870DC: hue angle of 312.35º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F870DC is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 112 | 220 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.03 |
| HSL | 312.35º | 0.91% | 0.71% | - |
| HSV(B) | 312.35º | 0.55% | 0.97% | - |
| XYZ | 57.42 | 36.71 | 71.77 | - |
| YUV | 164.98 | 159.06 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 220 | 0 | 0.55 | 0.11 | 0.03 | 312.35 | 0.91 | 0.71 |
| Hex | F8 | 70 | DC | 0 | 37 | B | 3 | 138 | 5B | 47 |
| Octal | 370 | 160 | 334 | 0 | 67 | 13 | 3 | 470 | 133 | 107 |
| Binary | 11111000 | 1110000 | 11011100 | 0 | 110111 | 1011 | 11 | 100111000 | 1011011 | 1000111 |
Color Harmonies of #F870DC
Complementary color
Monochromatic Colors of #F870DC
Black with #F870DC
Text Example
Text Example
White with #F870DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F870DC; }
p { color: rgb(248,112,220); }
H1.HeaderClassName
{
color: #F870DC;
}
.AnyTagClassName
{
color: #F870DC;
}
</style>
background-color css
<style>
a { background-color: #F870DC; }
a { background-color: rgb(248,112,220); }
div.DivClassName
{
background-color: #F870DC;
}
.BgClassName
{
background-color: #F870DC;
}
</style>
border-color css
<style>
span { border-color: #F870DC; }
span { border-color: rgb(248,112,220); }
td.TdClassName
{
border-color: #F870DC;
}
.TagClassName
{
border-color: #F870DC;
}
</style>