#F990E5

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

Shades of Pale Magenta #F990E5

Tints of Pale Magenta #F990E5

Color information

#F990E5 (or 0xF990E5) is unknown color: approx Pale Magenta. HEX triplet: F9, 90 and E5. RGB value is (249,144,229). Sum of RGB (Red+Green+Blue) = 249+144+229=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 144 (56.64% from 255 or 23.15% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F990E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990E5 is #066F1A. Grayscale: #B8B8B8. Windows color (decimal): -421659 or 15044857. OLE color: 15044857.

HSL color Cylindrical-coordinate representation of color #F990E5: hue angle of 311.43º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F990E5 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB249144229-
CMYK00.420.080.02
HSL311.43º89.74%77.06%-
HSV(B)311.43º42.17%97.65%-
XYZ63.1845.7479.63-
YUV185.08152.79173.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.03%
GREEN value IS 144 (56.64% from 255) = 23.15%
BLUE value IS 229 (89.84% from 255) = 36.82%
R=40.03%
G=23.15%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914422900.420.080.02311.4389.7477.06
HexF990E502A821375a4d
Octal371220345052102467132115
Binary111110011001000011100101010101010001010011011110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F990E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F990E5; }

 p { color: rgb(249,144,229); }

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

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

 a { background-color: rgb(249,144,229); }

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

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

 span { border-color: rgb(249,144,229); }

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