#F491E6

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

Shades of Pale Magenta #F491E6

Tints of Pale Magenta #F491E6

Color information

#F491E6 (or 0xF491E6) is unknown color: approx Pale Magenta. HEX triplet: F4, 91 and E6. RGB value is (244,145,230). Sum of RGB (Red+Green+Blue) = 244+145+230=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 145 (57.03% from 255 or 23.42% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F491E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F491E6 is #0B6E19. Grayscale: #B8B8B8. Windows color (decimal): -749082 or 15110644. OLE color: 15110644.

HSL color Cylindrical-coordinate representation of color #F491E6: hue angle of 308.48º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F491E6 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB244145230-
CMYK00.410.060.04
HSL308.48º81.82%76.27%-
HSV(B)308.48º40.57%95.69%-
XYZ61.7245.280.33-
YUV184.29153.8170.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.42%
GREEN value IS 145 (57.03% from 255) = 23.42%
BLUE value IS 230 (90.23% from 255) = 37.16%
R=39.42%
G=23.42%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414523000.410.060.04308.4881.8276.27
HexF491E602964134524c
Octal36422134605164464122114
Binary111101001001000111100110010100111010010011010010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F491E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F491E6; }

 p { color: rgb(244,145,230); }

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

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

 a { background-color: rgb(244,145,230); }

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

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

 span { border-color: rgb(244,145,230); }

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