Html Css Color HEX #F097A5 Mauvelous

📋 copy color: '#F097A5'

red 240 ◦ green 151 ◦ blue 165

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

Shades of Mauvelous #F097A5

Tints of Mauvelous #F097A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.68%

R = 43.17%
G = 27.16%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F097A5 (or 0xF097A5) is known color: Mauvelous. HEX triplet: F0, 97 and A5. RGB value is (240,151,165). Sum of RGB (Red+Green+Blue) = 240+151+165=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F097A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F097A5 is #0F685A. Grayscale: #B3B3B3. Windows color (decimal): -1009755 or 10852336. OLE color: 10852336.

HSL color Cylindrical-coordinate representation of color #F097A5: hue angle of 350.56º 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 #F097A5 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 151 165 -
CMYK 0 0.37 0.31 0.06
HSL 350.56º 0.75% 0.77% -
HSV(B) 350.56º 0.37% 0.94% -
XYZ 53.79 43.38 41.13 -
YUV 179.21 119.99 171.36 -
System Red Green Blue C M Y K H S L
Decimal 240 151 165 0 0.37 0.31 0.06 350.56 0.75 0.77
Hex F0 97 A5 0 25 1F 6 15F 4B 4D
Octal 360 227 245 0 45 37 6 537 113 115
Binary 11110000 10010111 10100101 0 100101 11111 110 101011111 1001011 1001101

Color Harmonies of #F097A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F097A5

Black with #F097A5

Text Example


Text Example

White with #F097A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F097A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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