#F085E4

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

Shades of Pale Magenta #F085E4

Tints of Pale Magenta #F085E4

Color information

#F085E4 (or 0xF085E4) is unknown color: approx Pale Magenta. HEX triplet: F0, 85 and E4. RGB value is (240,133,228). Sum of RGB (Red+Green+Blue) = 240+133+228=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F085E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085E4 is #0F7A1B. Grayscale: #AFAFAF. Windows color (decimal): -1014300 or 14976496. OLE color: 14976496.

HSL color Cylindrical-coordinate representation of color #F085E4: hue angle of 306.73º 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 #F085E4 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB240133228-
CMYK00.450.050.06
HSL306.73º78.1%73.14%-
HSV(B)306.73º44.58%94.12%-
XYZ58.3340.978.22-
YUV175.82157.45173.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 133 (52.34% from 255) = 22.13%
BLUE value IS 228 (89.45% from 255) = 37.94%
R=39.93%
G=22.13%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013322800.450.050.06306.7378.173.14
HexF085E402D561334e49
Octal36020534405556463116111
Binary111100001000010111100100010110110111010011001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085E4; }

 p { color: rgb(240,133,228); }

 H1.HeaderClassName
 {
   color: #F085E4;
 }
 .AnyTagClassName
 {
   color: #F085E4;
 }
</style>
background-color css

<style>
 a { background-color: #F085E4; }

 a { background-color: rgb(240,133,228); }

 div.DivClassName
 {
   background-color: #F085E4;
 }
 .BgClassName
 {
   background-color: #F085E4;
 }
</style>
border-color css

<style>
 span { border-color: #F085E4; }

 span { border-color: rgb(240,133,228); }

 td.TdClassName
 {
   border-color: #F085E4;
 }
 .TagClassName
 {
   border-color: #F085E4;
 }
</style>