Html Css Color HEX #F08BAA Mauvelous

📋 copy color: '#F08BAA'

red 240 ◦ green 139 ◦ blue 170

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

Shades of Mauvelous #F08BAA

Tints of Mauvelous #F08BAA

RGB

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

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

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

R = 43.72%
G = 25.32%
B = 30.97%

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

#F08BAA (or 0xF08BAA) is known color: Mauvelous. HEX triplet: F0, 8B and AA. RGB value is (240,139,170). Sum of RGB (Red+Green+Blue) = 240+139+170=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08BAA is #0F7455. Grayscale: #ACACAC. Windows color (decimal): -1012822 or 11176944. OLE color: 11176944.

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

Color convert

RGB 240 139 170 -
CMYK 0 0.42 0.29 0.06
HSL 341.58º 0.77% 0.74% -
HSV(B) 341.58º 0.42% 0.94% -
XYZ 52.42 39.89 42.97 -
YUV 172.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 240 139 170 0 0.42 0.29 0.06 341.58 0.77 0.74
Hex F0 8B AA 0 2A 1D 6 156 4D 4A
Octal 360 213 252 0 52 35 6 526 115 112
Binary 11110000 10001011 10101010 0 101010 11101 110 101010110 1001101 1001010

Color Harmonies of #F08BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08BAA

Black with #F08BAA

Text Example


Text Example

White with #F08BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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