Html Css Color HEX #F1A09D Rose Bud

📋 copy color: '#F1A09D'

red 241 ◦ green 160 ◦ blue 157

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

Shades of Rose Bud #F1A09D

Tints of Rose Bud #F1A09D

RGB

 RED value IS 241 (94.53% from 255) = 43.19%

 GREEN value IS 160 (62.89% from 255) = 28.67%

 BLUE value IS 157 (61.72% from 255) = 28.14%

R = 43.19%
G = 28.67%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1A09D (or 0xF1A09D) is known color: Rose Bud. HEX triplet: F1, A0 and 9D. RGB value is (241,160,157). Sum of RGB (Red+Green+Blue) = 241+160+157=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A09D is #0E5F62. Grayscale: #B7B7B7. Windows color (decimal): -941923 or 10330353. OLE color: 10330353.

HSL color Cylindrical-coordinate representation of color #F1A09D: hue angle of 2.14º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1A09D is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 160 157 -
CMYK 0 0.34 0.35 0.05
HSL 2.14º 0.75% 0.78% -
HSV(B) 2.14º 0.35% 0.95% -
XYZ 54.93 46.28 37.94 -
YUV 183.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 241 160 157 0 0.34 0.35 0.05 2.14 0.75 0.78
Hex F1 A0 9D 0 22 23 5 2 4B 4E
Octal 361 240 235 0 42 43 5 2 113 116
Binary 11110001 10100000 10011101 0 100010 100011 101 10 1001011 1001110

Color Harmonies of #F1A09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A09D

Black with #F1A09D

Text Example


Text Example

White with #F1A09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A09D; }

 p { color: rgb(241,160,157); }

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

background-color css

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

 a { background-color: rgb(241,160,157); }

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

border-color css

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

 span { border-color: rgb(241,160,157); }

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