Shades of Pale Magenta #F086DC
Tints of Pale Magenta #F086DC
RGB
CMYK
RGB Variations
Color information
#F086DC (or 0xF086DC) is known color: Pale Magenta. HEX triplet: F0, 86 and DC. RGB value is (240,134,220). Sum of RGB (Red+Green+Blue) = 240+134+220=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 134 (52.73% from 255 or 22.56% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F086DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086DC is #0F7923. Grayscale: #AFAFAF. Windows color (decimal): -1014052 or 14452464. OLE color: 14452464.
HSL color Cylindrical-coordinate representation of color #F086DC: hue angle of 311.32º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086DC is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 220 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.06 |
| HSL | 311.32º | 0.78% | 0.73% | - |
| HSV(B) | 311.32º | 0.44% | 0.94% | - |
| XYZ | 57.38 | 40.74 | 72.55 | - |
| YUV | 175.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 220 | 0 | 0.44 | 0.08 | 0.06 | 311.32 | 0.78 | 0.73 |
| Hex | F0 | 86 | DC | 0 | 2C | 8 | 6 | 137 | 4E | 49 |
| Octal | 360 | 206 | 334 | 0 | 54 | 10 | 6 | 467 | 116 | 111 |
| Binary | 11110000 | 10000110 | 11011100 | 0 | 101100 | 1000 | 110 | 100110111 | 1001110 | 1001001 |
Color Harmonies of #F086DC
Complementary color
Monochromatic Colors of #F086DC
Black with #F086DC
Text Example
Text Example
White with #F086DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086DC; }
p { color: rgb(240,134,220); }
H1.HeaderClassName
{
color: #F086DC;
}
.AnyTagClassName
{
color: #F086DC;
}
</style>
background-color css
<style>
a { background-color: #F086DC; }
a { background-color: rgb(240,134,220); }
div.DivClassName
{
background-color: #F086DC;
}
.BgClassName
{
background-color: #F086DC;
}
</style>
border-color css
<style>
span { border-color: #F086DC; }
span { border-color: rgb(240,134,220); }
td.TdClassName
{
border-color: #F086DC;
}
.TagClassName
{
border-color: #F086DC;
}
</style>