Html Css Color HEX #F097AA Mauvelous

📋 copy color: '#F097AA'

red 240 ◦ green 151 ◦ blue 170

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

Shades of Mauvelous #F097AA

Tints of Mauvelous #F097AA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.92%

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

R = 42.78%
G = 26.92%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F097AA (or 0xF097AA) is known color: Mauvelous. HEX triplet: F0, 97 and AA. RGB value is (240,151,170). Sum of RGB (Red+Green+Blue) = 240+151+170=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F097AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F097AA is #0F6855. Grayscale: #B3B3B3. Windows color (decimal): -1009750 or 11180016. OLE color: 11180016.

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

Color convert

RGB 240 151 170 -
CMYK 0 0.37 0.29 0.06
HSL 347.19º 0.75% 0.77% -
HSV(B) 347.19º 0.37% 0.94% -
XYZ 54.26 43.56 43.58 -
YUV 179.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 240 151 170 0 0.37 0.29 0.06 347.19 0.75 0.77
Hex F0 97 AA 0 25 1D 6 15B 4B 4D
Octal 360 227 252 0 45 35 6 533 113 115
Binary 11110000 10010111 10101010 0 100101 11101 110 101011011 1001011 1001101

Color Harmonies of #F097AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F097AA

Black with #F097AA

Text Example


Text Example

White with #F097AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F097AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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