Html Css Color HEX #F085AA Mauvelous

📋 copy color: '#F085AA'

red 240 ◦ green 133 ◦ blue 170

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

Shades of Mauvelous #F085AA

Tints of Mauvelous #F085AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.31%

R = 44.2%
G = 24.49%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F085AA (or 0xF085AA) is known color: Mauvelous. HEX triplet: F0, 85 and AA. RGB value is (240,133,170). Sum of RGB (Red+Green+Blue) = 240+133+170=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F085AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F085AA is #0F7A55. Grayscale: #A9A9A9. Windows color (decimal): -1014358 or 11175408. OLE color: 11175408.

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

Color convert

RGB 240 133 170 -
CMYK 0 0.45 0.29 0.06
HSL 339.25º 0.78% 0.73% -
HSV(B) 339.25º 0.45% 0.94% -
XYZ 51.58 38.2 42.69 -
YUV 169.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 240 133 170 0 0.45 0.29 0.06 339.25 0.78 0.73
Hex F0 85 AA 0 2D 1D 6 153 4E 49
Octal 360 205 252 0 55 35 6 523 116 111
Binary 11110000 10000101 10101010 0 101101 11101 110 101010011 1001110 1001001

Color Harmonies of #F085AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F085AA

Black with #F085AA

Text Example


Text Example

White with #F085AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F085AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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