#F193A4

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

Shades of Mauvelous #F193A4

Tints of Mauvelous #F193A4

Color information

#F193A4 (or 0xF193A4) is unknown color: approx Mauvelous. HEX triplet: F1, 93 and A4. RGB value is (241,147,164). Sum of RGB (Red+Green+Blue) = 241+147+164=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F193A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F193A4 is #0E6C5B. Grayscale: #B1B1B1. Windows color (decimal): -945244 or 10785777. OLE color: 10785777.

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

Color convert

RGB241147164-
CMYK00.390.320.05
HSL349.15º77.05%76.08%-
HSV(B)349.15º39%94.51%-
XYZ53.4142.2540.46-
YUV177.04120.64173.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.66%
GREEN value IS 147 (57.81% from 255) = 26.63%
BLUE value IS 164 (64.45% from 255) = 29.71%
R=43.66%
G=26.63%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114716400.390.320.05349.1577.0576.08
HexF193A402720515d4d4c
Octal361223244047405535115114
Binary111100011001001110100100010011110000010110101110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193A4; }

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

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

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

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

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

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

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

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