Shades of Pale Magenta #F085E2
Tints of Pale Magenta #F085E2
RGB
CMYK
RGB Variations
Color information
#F085E2 (or 0xF085E2) is known color: Pale Magenta. HEX triplet: F0, 85 and E2. RGB value is (240,133,226). Sum of RGB (Red+Green+Blue) = 240+133+226=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F085E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085E2 is #0F7A1D. Grayscale: #AFAFAF. Windows color (decimal): -1014302 or 14845424. OLE color: 14845424.
HSL color Cylindrical-coordinate representation of color #F085E2: hue angle of 307.85º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F085E2 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 133 | 226 | - |
CMYK | 0 | 0.45 | 0.06 | 0.06 |
HSL | 307.85º | 0.78% | 0.73% | - |
HSV(B) | 307.85º | 0.45% | 0.94% | - |
XYZ | 58.05 | 40.79 | 76.77 | - |
YUV | 175.6 | 156.45 | 173.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 133 | 226 | 0 | 0.45 | 0.06 | 0.06 | 307.85 | 0.78 | 0.73 |
Hex | F0 | 85 | E2 | 0 | 2D | 6 | 6 | 134 | 4E | 49 |
Octal | 360 | 205 | 342 | 0 | 55 | 6 | 6 | 464 | 116 | 111 |
Binary | 11110000 | 10000101 | 11100010 | 0 | 101101 | 110 | 110 | 100110100 | 1001110 | 1001001 |
Color Harmonies of #F085E2
Complementary color
Monochromatic Colors of #F085E2
Black with #F085E2
Text Example
Text Example
White with #F085E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F085E2; }
p { color: rgb(240,133,226); }
H1.HeaderClassName
{
color: #F085E2;
}
.AnyTagClassName
{
color: #F085E2;
}
</style>
background-color css
<style>
a { background-color: #F085E2; }
a { background-color: rgb(240,133,226); }
div.DivClassName
{
background-color: #F085E2;
}
.BgClassName
{
background-color: #F085E2;
}
</style>
border-color css
<style>
span { border-color: #F085E2; }
span { border-color: rgb(240,133,226); }
td.TdClassName
{
border-color: #F085E2;
}
.TagClassName
{
border-color: #F085E2;
}
</style>