#F495A7

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

Shades of Mauvelous #F495A7

Tints of Mauvelous #F495A7

Color information

#F495A7 (or 0xF495A7) is unknown color: approx Mauvelous. HEX triplet: F4, 95 and A7. RGB value is (244,149,167). Sum of RGB (Red+Green+Blue) = 244+149+167=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 167 (65.62% from 255 or 29.82% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F495A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F495A7 is #0B6A58. Grayscale: #B3B3B3. Windows color (decimal): -748121 or 10982900. OLE color: 10982900.

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

Color convert

RGB244149167-
CMYK00.390.320.04
HSL348.63º81.2%77.06%-
HSV(B)348.63º38.93%95.69%-
XYZ55.0343.5242.06-
YUV179.46120.97174.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.57%
GREEN value IS 149 (58.59% from 255) = 26.61%
BLUE value IS 167 (65.62% from 255) = 29.82%
R=43.57%
G=26.61%
B=29.82%

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
Decimal24414916700.390.320.04348.6381.277.06
HexF495A702720415d514d
Octal364225247047404535121115
Binary111101001001010110100111010011110000010010101110110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495A7; }

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

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

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

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

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

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

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

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