Shades of Pale Magenta #F87ADC
Tints of Pale Magenta #F87ADC
RGB
CMYK
RGB Variations
Color information
#F87ADC (or 0xF87ADC) is known color: Pale Magenta. HEX triplet: F8, 7A and DC. RGB value is (248,122,220). Sum of RGB (Red+Green+Blue) = 248+122+220=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 122 (48.05% from 255 or 20.68% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F87ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87ADC is #078523. Grayscale: #AAAAAA. Windows color (decimal): -492836 or 14449400. OLE color: 14449400.
HSL color Cylindrical-coordinate representation of color #F87ADC: hue angle of 313.33º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87ADC is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 220 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.03 |
| HSL | 313.33º | 0.9% | 0.73% | - |
| HSV(B) | 313.33º | 0.51% | 0.97% | - |
| XYZ | 58.59 | 39.04 | 72.16 | - |
| YUV | 170.85 | 155.74 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 220 | 0 | 0.51 | 0.11 | 0.03 | 313.33 | 0.9 | 0.73 |
| Hex | F8 | 7A | DC | 0 | 33 | B | 3 | 139 | 5A | 49 |
| Octal | 370 | 172 | 334 | 0 | 63 | 13 | 3 | 471 | 132 | 111 |
| Binary | 11111000 | 1111010 | 11011100 | 0 | 110011 | 1011 | 11 | 100111001 | 1011010 | 1001001 |
Color Harmonies of #F87ADC
Complementary color
Monochromatic Colors of #F87ADC
Black with #F87ADC
Text Example
Text Example
White with #F87ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87ADC; }
p { color: rgb(248,122,220); }
H1.HeaderClassName
{
color: #F87ADC;
}
.AnyTagClassName
{
color: #F87ADC;
}
</style>
background-color css
<style>
a { background-color: #F87ADC; }
a { background-color: rgb(248,122,220); }
div.DivClassName
{
background-color: #F87ADC;
}
.BgClassName
{
background-color: #F87ADC;
}
</style>
border-color css
<style>
span { border-color: #F87ADC; }
span { border-color: rgb(248,122,220); }
td.TdClassName
{
border-color: #F87ADC;
}
.TagClassName
{
border-color: #F87ADC;
}
</style>