Html Css Color HEX #F086A5 Mauvelous

📋 copy color: '#F086A5'

red 240 ◦ green 134 ◦ blue 165

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

Shades of Mauvelous #F086A5

Tints of Mauvelous #F086A5

RGB

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

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

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

R = 44.53%
G = 24.86%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F086A5 (or 0xF086A5) is known color: Mauvelous. HEX triplet: F0, 86 and A5. RGB value is (240,134,165). Sum of RGB (Red+Green+Blue) = 240+134+165=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F086A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F086A5 is #0F795A. Grayscale: #A9A9A9. Windows color (decimal): -1014107 or 10847984. OLE color: 10847984.

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

Color convert

RGB 240 134 165 -
CMYK 0 0.44 0.31 0.06
HSL 342.45º 0.78% 0.73% -
HSV(B) 342.45º 0.44% 0.94% -
XYZ 51.25 38.29 40.29 -
YUV 169.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 240 134 165 0 0.44 0.31 0.06 342.45 0.78 0.73
Hex F0 86 A5 0 2C 1F 6 156 4E 49
Octal 360 206 245 0 54 37 6 526 116 111
Binary 11110000 10000110 10100101 0 101100 11111 110 101010110 1001110 1001001

Color Harmonies of #F086A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F086A5

Black with #F086A5

Text Example


Text Example

White with #F086A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F086A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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