#F18CAA

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

Shades of Mauvelous #F18CAA

Tints of Mauvelous #F18CAA

Color information

#F18CAA (or 0xF18CAA) is unknown color: approx Mauvelous. HEX triplet: F1, 8C and AA. RGB value is (241,140,170). Sum of RGB (Red+Green+Blue) = 241+140+170=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18CAA is #0E7355. Grayscale: #ADADAD. Windows color (decimal): -947030 or 11177201. OLE color: 11177201.

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

Color convert

RGB241140170-
CMYK00.420.290.05
HSL342.18º78.29%74.71%-
HSV(B)342.18º41.91%94.51%-
XYZ52.9140.3643.03-
YUV173.62125.96176.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 140 (55.08% from 255) = 25.41%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=43.74%
G=25.41%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114017000.420.290.05342.1878.2974.71
HexF18CAA02A1D51564e4b
Octal361214252052355526116113
Binary11110001100011001010101001010101110110110101011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18CAA; }

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

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

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

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

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

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

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

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