Html Css Color HEX #F085AE Mauvelous

📋 copy color: '#F085AE'

red 240 ◦ green 133 ◦ blue 174

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

Shades of Mauvelous #F085AE

Tints of Mauvelous #F085AE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.31%

 BLUE value IS 174 (68.36% from 255) = 31.81%

R = 43.88%
G = 24.31%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F085AE (or 0xF085AE) is known color: Mauvelous. HEX triplet: F0, 85 and AE. RGB value is (240,133,174). Sum of RGB (Red+Green+Blue) = 240+133+174=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F085AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F085AE is #0F7A51. Grayscale: #A9A9A9. Windows color (decimal): -1014354 or 11437552. OLE color: 11437552.

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

Color convert

RGB 240 133 174 -
CMYK 0 0.45 0.28 0.06
HSL 337.01º 0.78% 0.73% -
HSV(B) 337.01º 0.45% 0.94% -
XYZ 51.96 38.36 44.71 -
YUV 169.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 240 133 174 0 0.45 0.28 0.06 337.01 0.78 0.73
Hex F0 85 AE 0 2D 1C 6 151 4E 49
Octal 360 205 256 0 55 34 6 521 116 111
Binary 11110000 10000101 10101110 0 101101 11100 110 101010001 1001110 1001001

Color Harmonies of #F085AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F085AE

Black with #F085AE

Text Example


Text Example

White with #F085AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F085AE; }

 p { color: rgb(240,133,174); }

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

background-color css

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

 a { background-color: rgb(240,133,174); }

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

border-color css

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

 span { border-color: rgb(240,133,174); }

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