Html Css Color HEX #F085AC Mauvelous

📋 copy color: '#F085AC'

red 240 ◦ green 133 ◦ blue 172

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

Shades of Mauvelous #F085AC

Tints of Mauvelous #F085AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.56%

R = 44.04%
G = 24.4%
B = 31.56%

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

#F085AC (or 0xF085AC) is known color: Mauvelous. HEX triplet: F0, 85 and AC. RGB value is (240,133,172). Sum of RGB (Red+Green+Blue) = 240+133+172=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F085AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F085AC is #0F7A53. Grayscale: #A9A9A9. Windows color (decimal): -1014356 or 11306480. OLE color: 11306480.

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

Color convert

RGB 240 133 172 -
CMYK 0 0.45 0.28 0.06
HSL 338.13º 0.78% 0.73% -
HSV(B) 338.13º 0.45% 0.94% -
XYZ 51.77 38.28 43.69 -
YUV 169.44 129.45 178.33 -
System Red Green Blue C M Y K H S L
Decimal 240 133 172 0 0.45 0.28 0.06 338.13 0.78 0.73
Hex F0 85 AC 0 2D 1C 6 152 4E 49
Octal 360 205 254 0 55 34 6 522 116 111
Binary 11110000 10000101 10101100 0 101101 11100 110 101010010 1001110 1001001

Color Harmonies of #F085AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F085AC

Black with #F085AC

Text Example


Text Example

White with #F085AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F085AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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