Shades of Pale Magenta #F06FE0
Tints of Pale Magenta #F06FE0
RGB
CMYK
RGB Variations
Color information
#F06FE0 (or 0xF06FE0) is known color: Pale Magenta. HEX triplet: F0, 6F and E0. RGB value is (240,111,224). Sum of RGB (Red+Green+Blue) = 240+111+224=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 111 (43.75% from 255 or 19.30% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FE0 is #0F901F. Grayscale: #A2A2A2. Windows color (decimal): -1019936 or 14708720. OLE color: 14708720.
HSL color Cylindrical-coordinate representation of color #F06FE0: hue angle of 307.44º 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 #F06FE0 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 224 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.06 |
| HSL | 307.44º | 0.81% | 0.69% | - |
| HSV(B) | 307.44º | 0.54% | 0.94% | - |
| XYZ | 55.07 | 35.28 | 74.43 | - |
| YUV | 162.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 224 | 0 | 0.54 | 0.07 | 0.06 | 307.44 | 0.81 | 0.69 |
| Hex | F0 | 6F | E0 | 0 | 36 | 7 | 6 | 133 | 51 | 45 |
| Octal | 360 | 157 | 340 | 0 | 66 | 7 | 6 | 463 | 121 | 105 |
| Binary | 11110000 | 1101111 | 11100000 | 0 | 110110 | 111 | 110 | 100110011 | 1010001 | 1000101 |
Color Harmonies of #F06FE0
Complementary color
Monochromatic Colors of #F06FE0
Black with #F06FE0
Text Example
Text Example
White with #F06FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FE0; }
p { color: rgb(240,111,224); }
H1.HeaderClassName
{
color: #F06FE0;
}
.AnyTagClassName
{
color: #F06FE0;
}
</style>
background-color css
<style>
a { background-color: #F06FE0; }
a { background-color: rgb(240,111,224); }
div.DivClassName
{
background-color: #F06FE0;
}
.BgClassName
{
background-color: #F06FE0;
}
</style>
border-color css
<style>
span { border-color: #F06FE0; }
span { border-color: rgb(240,111,224); }
td.TdClassName
{
border-color: #F06FE0;
}
.TagClassName
{
border-color: #F06FE0;
}
</style>