Shades of Pale Magenta #F06FDC
Tints of Pale Magenta #F06FDC
RGB
CMYK
RGB Variations
Color information
#F06FDC (or 0xF06FDC) is known color: Pale Magenta. HEX triplet: F0, 6F and DC. RGB value is (240,111,220). Sum of RGB (Red+Green+Blue) = 240+111+220=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 111 (43.75% from 255 or 19.44% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FDC is #0F9023. Grayscale: #A1A1A1. Windows color (decimal): -1019940 or 14446576. OLE color: 14446576.
HSL color Cylindrical-coordinate representation of color #F06FDC: hue angle of 309.3º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06FDC is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 220 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.06 |
| HSL | 309.3º | 0.81% | 0.69% | - |
| HSV(B) | 309.3º | 0.54% | 0.94% | - |
| XYZ | 54.54 | 35.06 | 71.6 | - |
| YUV | 162 | 160.74 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 220 | 0 | 0.54 | 0.08 | 0.06 | 309.3 | 0.81 | 0.69 |
| Hex | F0 | 6F | DC | 0 | 36 | 8 | 6 | 135 | 51 | 45 |
| Octal | 360 | 157 | 334 | 0 | 66 | 10 | 6 | 465 | 121 | 105 |
| Binary | 11110000 | 1101111 | 11011100 | 0 | 110110 | 1000 | 110 | 100110101 | 1010001 | 1000101 |
Color Harmonies of #F06FDC
Complementary color
Monochromatic Colors of #F06FDC
Black with #F06FDC
Text Example
Text Example
White with #F06FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FDC; }
p { color: rgb(240,111,220); }
H1.HeaderClassName
{
color: #F06FDC;
}
.AnyTagClassName
{
color: #F06FDC;
}
</style>
background-color css
<style>
a { background-color: #F06FDC; }
a { background-color: rgb(240,111,220); }
div.DivClassName
{
background-color: #F06FDC;
}
.BgClassName
{
background-color: #F06FDC;
}
</style>
border-color css
<style>
span { border-color: #F06FDC; }
span { border-color: rgb(240,111,220); }
td.TdClassName
{
border-color: #F06FDC;
}
.TagClassName
{
border-color: #F06FDC;
}
</style>