Html Css Color HEX #F086AB Mauvelous

📋 copy color: '#F086AB'

red 240 ◦ green 134 ◦ blue 171

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

Shades of Mauvelous #F086AB

Tints of Mauvelous #F086AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.38%

R = 44.04%
G = 24.59%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F086AB (or 0xF086AB) is known color: Mauvelous. HEX triplet: F0, 86 and AB. RGB value is (240,134,171). Sum of RGB (Red+Green+Blue) = 240+134+171=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F086AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F086AB is #0F7954. Grayscale: #A9A9A9. Windows color (decimal): -1014101 or 11241200. OLE color: 11241200.

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

Color convert

RGB 240 134 171 -
CMYK 0 0.44 0.29 0.06
HSL 339.06º 0.78% 0.73% -
HSV(B) 339.06º 0.44% 0.94% -
XYZ 51.81 38.52 43.23 -
YUV 169.91 128.62 177.99 -
System Red Green Blue C M Y K H S L
Decimal 240 134 171 0 0.44 0.29 0.06 339.06 0.78 0.73
Hex F0 86 AB 0 2C 1D 6 153 4E 49
Octal 360 206 253 0 54 35 6 523 116 111
Binary 11110000 10000110 10101011 0 101100 11101 110 101010011 1001110 1001001

Color Harmonies of #F086AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F086AB

Black with #F086AB

Text Example


Text Example

White with #F086AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F086AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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