Html Css Color HEX #F091AA Mauvelous

📋 copy color: '#F091AA'

red 240 ◦ green 145 ◦ blue 170

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

Shades of Mauvelous #F091AA

Tints of Mauvelous #F091AA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.13%

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

R = 43.24%
G = 26.13%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F091AA (or 0xF091AA) is known color: Mauvelous. HEX triplet: F0, 91 and AA. RGB value is (240,145,170). Sum of RGB (Red+Green+Blue) = 240+145+170=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F091AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F091AA is #0F6E55. Grayscale: #B0B0B0. Windows color (decimal): -1011286 or 11178480. OLE color: 11178480.

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

Color convert

RGB 240 145 170 -
CMYK 0 0.40 0.29 0.06
HSL 344.21º 0.76% 0.75% -
HSV(B) 344.21º 0.4% 0.94% -
XYZ 53.32 41.68 43.26 -
YUV 176.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 240 145 170 0 0.40 0.29 0.06 344.21 0.76 0.75
Hex F0 91 AA 0 28 1D 6 158 4C 4B
Octal 360 221 252 0 50 35 6 530 114 113
Binary 11110000 10010001 10101010 0 101000 11101 110 101011000 1001100 1001011

Color Harmonies of #F091AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F091AA

Black with #F091AA

Text Example


Text Example

White with #F091AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F091AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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