Shades of Pale Magenta #F087DC
Tints of Pale Magenta #F087DC
RGB
CMYK
RGB Variations
Color information
#F087DC (or 0xF087DC) is known color: Pale Magenta. HEX triplet: F0, 87 and DC. RGB value is (240,135,220). Sum of RGB (Red+Green+Blue) = 240+135+220=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 135 (53.12% from 255 or 22.69% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F087DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087DC is #0F7823. Grayscale: #AFAFAF. Windows color (decimal): -1013796 or 14452720. OLE color: 14452720.
HSL color Cylindrical-coordinate representation of color #F087DC: hue angle of 311.43º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F087DC is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 220 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.06 |
| HSL | 311.43º | 0.78% | 0.74% | - |
| HSV(B) | 311.43º | 0.44% | 0.94% | - |
| XYZ | 57.52 | 41.02 | 72.6 | - |
| YUV | 176.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 220 | 0 | 0.44 | 0.08 | 0.06 | 311.43 | 0.78 | 0.74 |
| Hex | F0 | 87 | DC | 0 | 2C | 8 | 6 | 137 | 4E | 4A |
| Octal | 360 | 207 | 334 | 0 | 54 | 10 | 6 | 467 | 116 | 112 |
| Binary | 11110000 | 10000111 | 11011100 | 0 | 101100 | 1000 | 110 | 100110111 | 1001110 | 1001010 |
Color Harmonies of #F087DC
Complementary color
Monochromatic Colors of #F087DC
Black with #F087DC
Text Example
Text Example
White with #F087DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F087DC; }
p { color: rgb(240,135,220); }
H1.HeaderClassName
{
color: #F087DC;
}
.AnyTagClassName
{
color: #F087DC;
}
</style>
background-color css
<style>
a { background-color: #F087DC; }
a { background-color: rgb(240,135,220); }
div.DivClassName
{
background-color: #F087DC;
}
.BgClassName
{
background-color: #F087DC;
}
</style>
border-color css
<style>
span { border-color: #F087DC; }
span { border-color: rgb(240,135,220); }
td.TdClassName
{
border-color: #F087DC;
}
.TagClassName
{
border-color: #F087DC;
}
</style>