#F086DE

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

Shades of Pale Magenta #F086DE

Tints of Pale Magenta #F086DE

Color information

#F086DE (or 0xF086DE) is unknown color: approx Pale Magenta. HEX triplet: F0, 86 and DE. RGB value is (240,134,222). Sum of RGB (Red+Green+Blue) = 240+134+222=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 134 (52.73% from 255 or 22.48% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F086DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086DE is #0F7921. Grayscale: #AFAFAF. Windows color (decimal): -1014050 or 14583536. OLE color: 14583536.

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

Color convert

RGB240134222-
CMYK00.440.080.06
HSL310.19º77.94%73.33%-
HSV(B)310.19º44.17%94.12%-
XYZ57.6540.8573.95-
YUV175.73154.12173.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 134 (52.73% from 255) = 22.48%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=40.27%
G=22.48%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013422200.440.080.06310.1977.9473.33
HexF086DE02C861364e49
Octal360206336054106466116111
Binary1111000010000110110111100101100100011010011011010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F086DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F086DE; }

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

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

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

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

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

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

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

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