Html Css Color HEX #F08CAC Mauvelous

📋 copy color: '#F08CAC'

red 240 ◦ green 140 ◦ blue 172

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

Shades of Mauvelous #F08CAC

Tints of Mauvelous #F08CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.36%

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

R = 43.48%
G = 25.36%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F08CAC (or 0xF08CAC) is known color: Mauvelous. HEX triplet: F0, 8C and AC. RGB value is (240,140,172). Sum of RGB (Red+Green+Blue) = 240+140+172=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08CAC is #0F7353. Grayscale: #ADADAD. Windows color (decimal): -1012564 or 11308272. OLE color: 11308272.

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

Color convert

RGB 240 140 172 -
CMYK 0 0.42 0.28 0.06
HSL 340.8º 0.77% 0.75% -
HSV(B) 340.8º 0.42% 0.94% -
XYZ 52.76 40.26 44.02 -
YUV 173.55 127.13 175.4 -
System Red Green Blue C M Y K H S L
Decimal 240 140 172 0 0.42 0.28 0.06 340.8 0.77 0.75
Hex F0 8C AC 0 2A 1C 6 155 4D 4B
Octal 360 214 254 0 52 34 6 525 115 113
Binary 11110000 10001100 10101100 0 101010 11100 110 101010101 1001101 1001011

Color Harmonies of #F08CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08CAC

Black with #F08CAC

Text Example


Text Example

White with #F08CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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