Html Css Color HEX #F091A2 Mauvelous

📋 copy color: '#F091A2'

red 240 ◦ green 145 ◦ blue 162

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

Shades of Mauvelous #F091A2

Tints of Mauvelous #F091A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.62%

R = 43.88%
G = 26.51%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F091A2 (or 0xF091A2) is known color: Mauvelous. HEX triplet: F0, 91 and A2. RGB value is (240,145,162). Sum of RGB (Red+Green+Blue) = 240+145+162=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F091A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F091A2 is #0F6E5D. Grayscale: #AFAFAF. Windows color (decimal): -1011294 or 10654192. OLE color: 10654192.

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

Color convert

RGB 240 145 162 -
CMYK 0 0.40 0.32 0.06
HSL 349.26º 0.76% 0.75% -
HSV(B) 349.26º 0.4% 0.94% -
XYZ 52.58 41.38 39.4 -
YUV 175.34 120.47 174.12 -
System Red Green Blue C M Y K H S L
Decimal 240 145 162 0 0.40 0.32 0.06 349.26 0.76 0.75
Hex F0 91 A2 0 28 20 6 15D 4C 4B
Octal 360 221 242 0 50 40 6 535 114 113
Binary 11110000 10010001 10100010 0 101000 100000 110 101011101 1001100 1001011

Color Harmonies of #F091A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F091A2

Black with #F091A2

Text Example


Text Example

White with #F091A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F091A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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