#F196A5

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

Shades of Mauvelous #F196A5

Tints of Mauvelous #F196A5

Color information

#F196A5 (or 0xF196A5) is unknown color: approx Mauvelous. HEX triplet: F1, 96 and A5. RGB value is (241,150,165). Sum of RGB (Red+Green+Blue) = 241+150+165=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F196A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F196A5 is #0E695A. Grayscale: #B2B2B2. Windows color (decimal): -944475 or 10852081. OLE color: 10852081.

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

Color convert

RGB241150165-
CMYK00.380.320.05
HSL350.11º76.47%76.67%-
HSV(B)350.11º37.76%94.51%-
XYZ53.9743.2341.1-
YUV178.92120.15172.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 150 (58.98% from 255) = 26.98%
BLUE value IS 165 (64.84% from 255) = 29.68%
R=43.35%
G=26.98%
B=29.68%

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
Decimal24115016500.380.320.05350.1176.4776.67
HexF196A502620515e4c4d
Octal361226245046405536114115
Binary111100011001011010100101010011010000010110101111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196A5; }

 p { color: rgb(241,150,165); }

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

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

 a { background-color: rgb(241,150,165); }

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

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

 span { border-color: rgb(241,150,165); }

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