#F490E8

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

Shades of Pale Magenta #F490E8

Tints of Pale Magenta #F490E8

Color information

#F490E8 (or 0xF490E8) is unknown color: approx Pale Magenta. HEX triplet: F4, 90 and E8. RGB value is (244,144,232). Sum of RGB (Red+Green+Blue) = 244+144+232=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 144 (56.64% from 255 or 23.23% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F490E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F490E8 is #0B6F17. Grayscale: #B7B7B7. Windows color (decimal): -749336 or 15241460. OLE color: 15241460.

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

Color convert

RGB244144232-
CMYK00.410.050.04
HSL307.2º81.97%76.08%-
HSV(B)307.2º40.98%95.69%-
XYZ61.8545.0181.77-
YUV183.93155.13170.84-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.35%
GREEN value IS 144 (56.64% from 255) = 23.23%
BLUE value IS 232 (91.02% from 255) = 37.42%
R=39.35%
G=23.23%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414423200.410.050.04307.281.9776.08
HexF490E802954133524c
Octal36422035005154463122114
Binary111101001001000011101000010100110110010011001110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F490E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F490E8; }

 p { color: rgb(244,144,232); }

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

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

 a { background-color: rgb(244,144,232); }

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

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

 span { border-color: rgb(244,144,232); }

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