#F085E2

Color #F085E2 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F085E2

Tints of Pale Magenta #F085E2

Color information

#F085E2 (or 0xF085E2) is unknown color: approx 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

RGB240133226-
CMYK00.450.060.06
HSL307.85º78.1%73.14%-
HSV(B)307.85º44.58%94.12%-
XYZ58.0540.7976.77-
YUV175.6156.45173.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 40.07%
GREEN value IS 133 (52.34% from 255) = 22.20%
BLUE value IS 226 (88.67% from 255) = 37.73%
R=40.07%
G=22.20%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013322600.450.060.06307.8578.173.14
HexF085E202D661344e49
Octal36020534205566464116111
Binary111100001000010111100010010110111011010011010010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>