#F495A6

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

Shades of Mauvelous #F495A6

Tints of Mauvelous #F495A6

Color information

#F495A6 (or 0xF495A6) is unknown color: approx Mauvelous. HEX triplet: F4, 95 and A6. RGB value is (244,149,166). Sum of RGB (Red+Green+Blue) = 244+149+166=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F495A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F495A6 is #0B6A59. Grayscale: #B3B3B3. Windows color (decimal): -748122 or 10917364. OLE color: 10917364.

HSL color Cylindrical-coordinate representation of color #F495A6: hue angle of 349.26º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F495A6 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB244149166-
CMYK00.390.320.04
HSL349.26º81.2%77.06%-
HSV(B)349.26º38.93%95.69%-
XYZ54.9443.4841.57-
YUV179.34120.47174.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.65%
GREEN value IS 149 (58.59% from 255) = 26.65%
BLUE value IS 166 (65.23% from 255) = 29.70%
R=43.65%
G=26.65%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414916600.390.320.04349.2681.277.06
HexF495A602720415d514d
Octal364225246047404535121115
Binary111101001001010110100110010011110000010010101110110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495A6; }

 p { color: rgb(244,149,166); }

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

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

 a { background-color: rgb(244,149,166); }

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

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

 span { border-color: rgb(244,149,166); }

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