#F086E4

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

Shades of Pale Magenta #F086E4

Tints of Pale Magenta #F086E4

Color information

#F086E4 (or 0xF086E4) is unknown color: approx Pale Magenta. HEX triplet: F0, 86 and E4. RGB value is (240,134,228). Sum of RGB (Red+Green+Blue) = 240+134+228=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 134 (52.73% from 255 or 22.26% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F086E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086E4 is #0F791B. Grayscale: #B0B0B0. Windows color (decimal): -1014044 or 14976752. OLE color: 14976752.

HSL color Cylindrical-coordinate representation of color #F086E4: hue angle of 306.79º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086E4 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB240134228-
CMYK00.440.050.06
HSL306.79º77.94%73.33%-
HSV(B)306.79º44.17%94.12%-
XYZ58.4641.1878.27-
YUV176.41157.12173.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 134 (52.73% from 255) = 22.26%
BLUE value IS 228 (89.45% from 255) = 37.87%
R=39.87%
G=22.26%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013422800.440.050.06306.7977.9473.33
HexF086E402C561334e49
Octal36020634405456463116111
Binary111100001000011011100100010110010111010011001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F086E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F086E4; }

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

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

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

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

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

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

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

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