#F086E3

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

Shades of Pale Magenta #F086E3

Tints of Pale Magenta #F086E3

Color information

#F086E3 (or 0xF086E3) is unknown color: approx Pale Magenta. HEX triplet: F0, 86 and E3. RGB value is (240,134,227). Sum of RGB (Red+Green+Blue) = 240+134+227=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 227 (89.06% from 255 or 37.77% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F086E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086E3 is #0F791C. Grayscale: #B0B0B0. Windows color (decimal): -1014045 or 14911216. OLE color: 14911216.

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

Color convert

RGB240134227-
CMYK00.440.050.06
HSL307.36º77.94%73.33%-
HSV(B)307.36º44.17%94.12%-
XYZ58.3341.1277.54-
YUV176.3156.62173.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 134 (52.73% from 255) = 22.30%
BLUE value IS 227 (89.06% from 255) = 37.77%
R=39.93%
G=22.30%
B=37.77%

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
Decimal24013422700.440.050.06307.3677.9473.33
HexF086E302C561334e49
Octal36020634305456463116111
Binary111100001000011011100011010110010111010011001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F086E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F086E3; }

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

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

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

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

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

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

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

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