Html Css Color HEX #F08AAA Mauvelous

📋 copy color: '#F08AAA'

red 240 ◦ green 138 ◦ blue 170

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

Shades of Mauvelous #F08AAA

Tints of Mauvelous #F08AAA

RGB

 RED value IS 240 (94.14% from 255) = 43.8%

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

 BLUE value IS 170 (66.8% from 255) = 31.02%

R = 43.8%
G = 25.18%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F08AAA (or 0xF08AAA) is known color: Mauvelous. HEX triplet: F0, 8A and AA. RGB value is (240,138,170). Sum of RGB (Red+Green+Blue) = 240+138+170=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08AAA is #0F7555. Grayscale: #ACACAC. Windows color (decimal): -1013078 or 11176688. OLE color: 11176688.

HSL color Cylindrical-coordinate representation of color #F08AAA: hue angle of 341.18º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08AAA is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 138 170 -
CMYK 0 0.42 0.29 0.06
HSL 341.18º 0.77% 0.74% -
HSV(B) 341.18º 0.43% 0.94% -
XYZ 52.28 39.6 42.92 -
YUV 172.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 240 138 170 0 0.42 0.29 0.06 341.18 0.77 0.74
Hex F0 8A AA 0 2A 1D 6 155 4D 4A
Octal 360 212 252 0 52 35 6 525 115 112
Binary 11110000 10001010 10101010 0 101010 11101 110 101010101 1001101 1001010

Color Harmonies of #F08AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08AAA

Black with #F08AAA

Text Example


Text Example

White with #F08AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08AAA; }

 p { color: rgb(240,138,170); }

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

background-color css

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

 a { background-color: rgb(240,138,170); }

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

border-color css

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

 span { border-color: rgb(240,138,170); }

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