#F19BA6

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

Shades of Mauvelous #F19BA6

Tints of Mauvelous #F19BA6

Color information

#F19BA6 (or 0xF19BA6) is unknown color: approx Mauvelous. HEX triplet: F1, 9B and A6. RGB value is (241,155,166). Sum of RGB (Red+Green+Blue) = 241+155+166=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19BA6 is #0E6459. Grayscale: #B6B6B6. Windows color (decimal): -943194 or 10918897. OLE color: 10918897.

HSL color Cylindrical-coordinate representation of color #F19BA6: hue angle of 352.33º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19BA6 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB241155166-
CMYK00.360.310.05
HSL352.33º75.44%77.65%-
HSV(B)352.33º35.68%94.51%-
XYZ54.8844.941.85-
YUV181.97118.99170.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.88%
GREEN value IS 155 (60.94% from 255) = 27.58%
BLUE value IS 166 (65.23% from 255) = 29.54%
R=42.88%
G=27.58%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115516600.360.310.05352.3375.4477.65
HexF19BA60241F51604b4e
Octal361233246044375540113116
Binary11110001100110111010011001001001111110110110000010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BA6; }

 p { color: rgb(241,155,166); }

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

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

 a { background-color: rgb(241,155,166); }

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

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

 span { border-color: rgb(241,155,166); }

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