#F289E1

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

Shades of Pale Magenta #F289E1

Tints of Pale Magenta #F289E1

Color information

#F289E1 (or 0xF289E1) is unknown color: approx Pale Magenta. HEX triplet: F2, 89 and E1. RGB value is (242,137,225). Sum of RGB (Red+Green+Blue) = 242+137+225=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 137 (53.91% from 255 or 22.68% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F289E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289E1 is #0D761E. Grayscale: #B2B2B2. Windows color (decimal): -882207 or 14780914. OLE color: 14780914.

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

Color convert

RGB242137225-
CMYK00.430.070.05
HSL309.71º80.15%74.31%-
HSV(B)309.71º43.39%94.9%-
XYZ59.1542.276.26-
YUV178.43154.29173.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.07%
GREEN value IS 137 (53.91% from 255) = 22.68%
BLUE value IS 225 (88.28% from 255) = 37.25%
R=40.07%
G=22.68%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213722500.430.070.05309.7180.1574.31
HexF289E102B75136504a
Octal36221134105375466120112
Binary111100101000100111100001010101111110110011011010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F289E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F289E1; }

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

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

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

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

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

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

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

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