#F085AD

Color #F085AD Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #F085AD

Tints of Mauvelous #F085AD

Color information

#F085AD (or 0xF085AD) is unknown color: approx Mauvelous. HEX triplet: F0, 85 and AD. RGB value is (240,133,173). Sum of RGB (Red+Green+Blue) = 240+133+173=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F085AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F085AD is #0F7A52. Grayscale: #A9A9A9. Windows color (decimal): -1014355 or 11372016. OLE color: 11372016.

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

Color convert

RGB240133173-
CMYK00.450.280.06
HSL337.57º78.1%73.14%-
HSV(B)337.57º44.58%94.12%-
XYZ51.8738.3244.2-
YUV169.55129.95178.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.96%
GREEN value IS 133 (52.34% from 255) = 24.36%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=43.96%
G=24.36%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013317300.450.280.06337.5778.173.14
HexF085AD02D1C61524e49
Octal360205255055346522116111
Binary11110000100001011010110101011011110011010101001010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085AD; }

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

 H1.HeaderClassName
 {
   color: #F085AD;
 }
 .AnyTagClassName
 {
   color: #F085AD;
 }
</style>
background-color css

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

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

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

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

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

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