#f18ba5

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

Shades of Mauvelous #F18BA5

Tints of Mauvelous #F18BA5

Color information

#F18BA5 (or 0xF18BA5) is unknown color: approx Mauvelous. HEX triplet: F1, 8B and A5. RGB value is (241,139,165). Sum of RGB (Red+Green+Blue) = 241+139+165=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18BA5 is #0E745A. Grayscale: #ACACAC. Windows color (decimal): -947291 or 10849265. OLE color: 10849265.

HSL color Cylindrical-coordinate representation of color #F18BA5: hue angle of 344.71º 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 #F18BA5 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB241139165-
CMYK00.420.320.05
HSL344.71º78.46%74.51%-
HSV(B)344.71º42.32%94.51%-
XYZ52.339.8840.54-
YUV172.46123.79176.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 139 (54.69% from 255) = 25.50%
BLUE value IS 165 (64.84% from 255) = 30.28%
R=44.22%
G=25.50%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113916500.420.320.05344.7178.4674.51
HexF18BA502A2051594e4b
Octal361213245052405531116113
Binary111100011000101110100101010101010000010110101100110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f18ba5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f18ba5; }

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

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

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

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

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

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

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

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