#F492E2

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

Shades of Pale Magenta #F492E2

Tints of Pale Magenta #F492E2

Color information

#F492E2 (or 0xF492E2) is unknown color: approx Pale Magenta. HEX triplet: F4, 92 and E2. RGB value is (244,146,226). Sum of RGB (Red+Green+Blue) = 244+146+226=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 146 (57.42% from 255 or 23.70% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F492E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492E2 is #0B6D1D. Grayscale: #B8B8B8. Windows color (decimal): -748830 or 14848756. OLE color: 14848756.

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

Color convert

RGB244146226-
CMYK00.400.070.04
HSL311.02º81.67%76.47%-
HSV(B)311.02º40.16%95.69%-
XYZ61.3145.2877.46-
YUV184.42151.47170.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.61%
GREEN value IS 146 (57.42% from 255) = 23.70%
BLUE value IS 226 (88.67% from 255) = 36.69%
R=39.61%
G=23.70%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414622600.400.070.04311.0281.6776.47
HexF492E202874137524c
Octal36422234205074467122114
Binary111101001001001011100010010100011110010011011110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F492E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F492E2; }

 p { color: rgb(244,146,226); }

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

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

 a { background-color: rgb(244,146,226); }

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

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

 span { border-color: rgb(244,146,226); }

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