#F089E2

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

Shades of Pale Magenta #F089E2

Tints of Pale Magenta #F089E2

Color information

#F089E2 (or 0xF089E2) is unknown color: approx Pale Magenta. HEX triplet: F0, 89 and E2. RGB value is (240,137,226). Sum of RGB (Red+Green+Blue) = 240+137+226=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 137 (53.91% from 255 or 22.72% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F089E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089E2 is #0F761D. Grayscale: #B1B1B1. Windows color (decimal): -1013278 or 14846448. OLE color: 14846448.

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

Color convert

RGB240137226-
CMYK00.430.060.06
HSL308.16º77.44%73.92%-
HSV(B)308.16º42.92%94.12%-
XYZ58.6141.9176.95-
YUV177.94155.12172.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.80%
GREEN value IS 137 (53.91% from 255) = 22.72%
BLUE value IS 226 (88.67% from 255) = 37.48%
R=39.80%
G=22.72%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013722600.430.060.06308.1677.4473.92
HexF089E202B661344d4a
Octal36021134205366464115112
Binary111100001000100111100010010101111011010011010010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F089E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F089E2; }

 p { color: rgb(240,137,226); }

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

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

 a { background-color: rgb(240,137,226); }

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

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

 span { border-color: rgb(240,137,226); }

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