#F195A4

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

Shades of Mauvelous #F195A4

Tints of Mauvelous #F195A4

Color information

#F195A4 (or 0xF195A4) is unknown color: approx Mauvelous. HEX triplet: F1, 95 and A4. RGB value is (241,149,164). Sum of RGB (Red+Green+Blue) = 241+149+164=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F195A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F195A4 is #0E6A5B. Grayscale: #B2B2B2. Windows color (decimal): -944732 or 10786289. OLE color: 10786289.

HSL color Cylindrical-coordinate representation of color #F195A4: hue angle of 350.22º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F195A4 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB241149164-
CMYK00.380.320.05
HSL350.22º76.67%76.47%-
HSV(B)350.22º38.17%94.51%-
XYZ53.7242.8840.57-
YUV178.22119.98172.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 164 (64.45% from 255) = 29.60%
R=43.50%
G=26.90%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114916400.380.320.05350.2276.6776.47
HexF195A402620515e4d4c
Octal361225244046405536115114
Binary111100011001010110100100010011010000010110101111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F195A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F195A4; }

 p { color: rgb(241,149,164); }

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

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

 a { background-color: rgb(241,149,164); }

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

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

 span { border-color: rgb(241,149,164); }

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