Html Css Color HEX #F086A2 Mauvelous

📋 copy color: '#F086A2'

red 240 ◦ green 134 ◦ blue 162

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

Shades of Mauvelous #F086A2

Tints of Mauvelous #F086A2

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25%

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

R = 44.78%
G = 25%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F086A2 (or 0xF086A2) is known color: Mauvelous. HEX triplet: F0, 86 and A2. RGB value is (240,134,162). Sum of RGB (Red+Green+Blue) = 240+134+162=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F086A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F086A2 is #0F795D. Grayscale: #A8A8A8. Windows color (decimal): -1014110 or 10651376. OLE color: 10651376.

HSL color Cylindrical-coordinate representation of color #F086A2: hue angle of 344.15º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086A2 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 162 -
CMYK 0 0.44 0.32 0.06
HSL 344.15º 0.78% 0.73% -
HSV(B) 344.15º 0.44% 0.94% -
XYZ 50.98 38.18 38.87 -
YUV 168.89 124.12 178.72 -
System Red Green Blue C M Y K H S L
Decimal 240 134 162 0 0.44 0.32 0.06 344.15 0.78 0.73
Hex F0 86 A2 0 2C 20 6 158 4E 49
Octal 360 206 242 0 54 40 6 530 116 111
Binary 11110000 10000110 10100010 0 101100 100000 110 101011000 1001110 1001001

Color Harmonies of #F086A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F086A2

Black with #F086A2

Text Example


Text Example

White with #F086A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F086A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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