Html Css Color HEX #F18BA9 Mauvelous

📋 copy color: '#F18BA9'

red 241 ◦ green 139 ◦ blue 169

#F18BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauvelous #F18BA9

Tints of Mauvelous #F18BA9

RGB

 RED value IS 241 (94.53% from 255) = 43.9%

 GREEN value IS 139 (54.69% from 255) = 25.32%

 BLUE value IS 169 (66.41% from 255) = 30.78%

R = 43.9%
G = 25.32%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F18BA9 (or 0xF18BA9) is known color: Mauvelous. HEX triplet: F1, 8B and A9. RGB value is (241,139,169). Sum of RGB (Red+Green+Blue) = 241+139+169=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18BA9 is #0E7456. Grayscale: #ACACAC. Windows color (decimal): -947287 or 11111409. OLE color: 11111409.

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

Color convert

RGB 241 139 169 -
CMYK 0 0.42 0.30 0.05
HSL 342.35º 0.78% 0.75% -
HSV(B) 342.35º 0.42% 0.95% -
XYZ 52.67 40.03 42.49 -
YUV 172.92 125.79 176.56 -
System Red Green Blue C M Y K H S L
Decimal 241 139 169 0 0.42 0.30 0.05 342.35 0.78 0.75
Hex F1 8B A9 0 2A 1E 5 156 4E 4B
Octal 361 213 251 0 52 36 5 526 116 113
Binary 11110001 10001011 10101001 0 101010 11110 101 101010110 1001110 1001011

Color Harmonies of #F18BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18BA9

Black with #F18BA9

Text Example


Text Example

White with #F18BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18BA9; }

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

 H1.HeaderClassName
 {
   color: #F18BA9;
 }
 .AnyTagClassName
 {
   color: #F18BA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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