#F198AA

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

Shades of Mauvelous #F198AA

Tints of Mauvelous #F198AA

Color information

#F198AA (or 0xF198AA) is unknown color: approx Mauvelous. HEX triplet: F1, 98 and AA. RGB value is (241,152,170). Sum of RGB (Red+Green+Blue) = 241+152+170=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F198AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F198AA is #0E6755. Grayscale: #B4B4B4. Windows color (decimal): -943958 or 11180273. OLE color: 11180273.

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

Color convert

RGB241152170-
CMYK00.370.290.05
HSL347.87º76.07%77.06%-
HSV(B)347.87º36.93%94.51%-
XYZ54.7644.0643.65-
YUV180.66121.99171.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 170 (66.80% from 255) = 30.20%
R=42.81%
G=27.00%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115217000.370.290.05347.8776.0777.06
HexF198AA0251D515c4c4d
Octal361230252045355534114115
Binary11110001100110001010101001001011110110110101110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F198AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F198AA; }

 p { color: rgb(241,152,170); }

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

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

 a { background-color: rgb(241,152,170); }

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

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

 span { border-color: rgb(241,152,170); }

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