#F991EC

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

Shades of Pale Magenta #F991EC

Tints of Pale Magenta #F991EC

Color information

#F991EC (or 0xF991EC) is unknown color: approx Pale Magenta. HEX triplet: F9, 91 and EC. RGB value is (249,145,236). Sum of RGB (Red+Green+Blue) = 249+145+236=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 145 (57.03% from 255 or 23.02% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F991EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F991EC is #066E13. Grayscale: #BABABA. Windows color (decimal): -421396 or 15503865. OLE color: 15503865.

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

Color convert

RGB249145236-
CMYK00.420.050.02
HSL307.5º89.66%77.25%-
HSV(B)307.5º41.77%97.65%-
XYZ64.3346.4584.93-
YUV186.47155.96172.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.52%
GREEN value IS 145 (57.03% from 255) = 23.02%
BLUE value IS 236 (92.58% from 255) = 37.46%
R=39.52%
G=23.02%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914523600.420.050.02307.589.6677.25
HexF991EC02A521345a4d
Octal37122135405252464132115
Binary11111001100100011110110001010101011010011010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991EC; }

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

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

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

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

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

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

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

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