#F991E5

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

Shades of Pale Magenta #F991E5

Tints of Pale Magenta #F991E5

Color information

#F991E5 (or 0xF991E5) is unknown color: approx Pale Magenta. HEX triplet: F9, 91 and E5. RGB value is (249,145,229). Sum of RGB (Red+Green+Blue) = 249+145+229=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 145 (57.03% from 255 or 23.27% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F991E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991E5 is #066E1A. Grayscale: #B9B9B9. Windows color (decimal): -421403 or 15045113. OLE color: 15045113.

HSL color Cylindrical-coordinate representation of color #F991E5: hue angle of 311.54º 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 #F991E5 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB249145229-
CMYK00.420.080.02
HSL311.54º89.66%77.25%-
HSV(B)311.54º41.77%97.65%-
XYZ63.3446.0579.68-
YUV185.67152.46173.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.97%
GREEN value IS 145 (57.03% from 255) = 23.27%
BLUE value IS 229 (89.84% from 255) = 36.76%
R=39.97%
G=23.27%
B=36.76%

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
Decimal24914522900.420.080.02311.5489.6677.25
HexF991E502A821385a4d
Octal371221345052102470132115
Binary111110011001000111100101010101010001010011100010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991E5; }

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

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

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

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

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

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

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

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