Html Css Color HEX #F18AA8 Mauvelous

📋 copy color: '#F18AA8'

red 241 ◦ green 138 ◦ blue 168

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

Shades of Mauvelous #F18AA8

Tints of Mauvelous #F18AA8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.23%

 BLUE value IS 168 (66.02% from 255) = 30.71%

R = 44.06%
G = 25.23%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F18AA8 (or 0xF18AA8) is known color: Mauvelous. HEX triplet: F1, 8A and A8. RGB value is (241,138,168). Sum of RGB (Red+Green+Blue) = 241+138+168=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18AA8 is #0E7557. Grayscale: #ACACAC. Windows color (decimal): -947544 or 11045617. OLE color: 11045617.

HSL color Cylindrical-coordinate representation of color #F18AA8: hue angle of 342.52º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18AA8 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 138 168 -
CMYK 0 0.43 0.30 0.05
HSL 342.52º 0.79% 0.74% -
HSV(B) 342.52º 0.43% 0.95% -
XYZ 52.43 39.7 41.95 -
YUV 172.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 241 138 168 0 0.43 0.30 0.05 342.52 0.79 0.74
Hex F1 8A A8 0 2B 1E 5 157 4F 4A
Octal 361 212 250 0 53 36 5 527 117 112
Binary 11110001 10001010 10101000 0 101011 11110 101 101010111 1001111 1001010

Color Harmonies of #F18AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18AA8

Black with #F18AA8

Text Example


Text Example

White with #F18AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18AA8; }

 p { color: rgb(241,138,168); }

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

background-color css

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

 a { background-color: rgb(241,138,168); }

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

border-color css

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

 span { border-color: rgb(241,138,168); }

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