#F086E5

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

Shades of Pale Magenta #F086E5

Tints of Pale Magenta #F086E5

Color information

#F086E5 (or 0xF086E5) is unknown color: approx Pale Magenta. HEX triplet: F0, 86 and E5. RGB value is (240,134,229). Sum of RGB (Red+Green+Blue) = 240+134+229=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 134 (52.73% from 255 or 22.22% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F086E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086E5 is #0F791A. Grayscale: #B0B0B0. Windows color (decimal): -1014043 or 15042288. OLE color: 15042288.

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

Color convert

RGB240134229-
CMYK00.440.050.06
HSL306.23º77.94%73.33%-
HSV(B)306.23º44.17%94.12%-
XYZ58.641.2379-
YUV176.52157.62173.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.80%
GREEN value IS 134 (52.73% from 255) = 22.22%
BLUE value IS 229 (89.84% from 255) = 37.98%
R=39.80%
G=22.22%
B=37.98%

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
Decimal24013422900.440.050.06306.2377.9473.33
HexF086E502C561324e49
Octal36020634505456462116111
Binary111100001000011011100101010110010111010011001010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F086E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F086E5; }

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

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

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

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

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

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

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

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