Html Css Color HEX #F08A9F Mauvelous

📋 copy color: '#F08A9F'

red 240 ◦ green 138 ◦ blue 159

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

Shades of Mauvelous #F08A9F

Tints of Mauvelous #F08A9F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.7%

 BLUE value IS 159 (62.5% from 255) = 29.61%

R = 44.69%
G = 25.7%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F08A9F (or 0xF08A9F) is known color: Mauvelous. HEX triplet: F0, 8A and 9F. RGB value is (240,138,159). Sum of RGB (Red+Green+Blue) = 240+138+159=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A9F is #0F7560. Grayscale: #AAAAAA. Windows color (decimal): -1013089 or 10455792. OLE color: 10455792.

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

Color convert

RGB 240 138 159 -
CMYK 0 0.42 0.34 0.06
HSL 347.65º 0.77% 0.74% -
HSV(B) 347.65º 0.43% 0.94% -
XYZ 51.28 39.21 37.67 -
YUV 170.89 121.29 177.29 -
System Red Green Blue C M Y K H S L
Decimal 240 138 159 0 0.42 0.34 0.06 347.65 0.77 0.74
Hex F0 8A 9F 0 2A 22 6 15C 4D 4A
Octal 360 212 237 0 52 42 6 534 115 112
Binary 11110000 10001010 10011111 0 101010 100010 110 101011100 1001101 1001010

Color Harmonies of #F08A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A9F

Black with #F08A9F

Text Example


Text Example

White with #F08A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A9F; }

 p { color: rgb(240,138,159); }

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

background-color css

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

 a { background-color: rgb(240,138,159); }

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

border-color css

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

 span { border-color: rgb(240,138,159); }

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