#F087E6

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

Shades of Pale Magenta #F087E6

Tints of Pale Magenta #F087E6

Color information

#F087E6 (or 0xF087E6) is unknown color: approx Pale Magenta. HEX triplet: F0, 87 and E6. RGB value is (240,135,230). Sum of RGB (Red+Green+Blue) = 240+135+230=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 135 (53.12% from 255 or 22.31% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F087E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F087E6 is #0F7819. Grayscale: #B0B0B0. Windows color (decimal): -1013786 or 15108080. OLE color: 15108080.

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

Color convert

RGB240135230-
CMYK00.440.040.06
HSL305.71º77.78%73.53%-
HSV(B)305.71º43.75%94.12%-
XYZ58.8841.5779.78-
YUV177.22157.79172.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 135 (53.12% from 255) = 22.31%
BLUE value IS 230 (90.23% from 255) = 38.02%
R=39.67%
G=22.31%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013523000.440.040.06305.7177.7873.53
HexF087E602C461324e4a
Octal36020734605446462116112
Binary111100001000011111100110010110010011010011001010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F087E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F087E6; }

 p { color: rgb(240,135,230); }

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

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

 a { background-color: rgb(240,135,230); }

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

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

 span { border-color: rgb(240,135,230); }

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