#F289E7

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

Shades of Pale Magenta #F289E7

Tints of Pale Magenta #F289E7

Color information

#F289E7 (or 0xF289E7) is unknown color: approx Pale Magenta. HEX triplet: F2, 89 and E7. RGB value is (242,137,231). Sum of RGB (Red+Green+Blue) = 242+137+231=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 137 (53.91% from 255 or 22.46% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F289E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F289E7 is #0D7618. Grayscale: #B2B2B2. Windows color (decimal): -882201 or 15174130. OLE color: 15174130.

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

Color convert

RGB242137231-
CMYK00.430.050.05
HSL306.29º80.15%74.31%-
HSV(B)306.29º43.39%94.9%-
XYZ59.9942.5480.65-
YUV179.11157.29172.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.67%
GREEN value IS 137 (53.91% from 255) = 22.46%
BLUE value IS 231 (90.62% from 255) = 37.87%
R=39.67%
G=22.46%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213723100.430.050.05306.2980.1574.31
HexF289E702B55132504a
Octal36221134705355462120112
Binary111100101000100111100111010101110110110011001010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F289E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F289E7; }

 p { color: rgb(242,137,231); }

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

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

 a { background-color: rgb(242,137,231); }

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

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

 span { border-color: rgb(242,137,231); }

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