Html Css Color HEX #F1A19A Rose Bud

📋 copy color: '#F1A19A'

red 241 ◦ green 161 ◦ blue 154

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

Shades of Rose Bud #F1A19A

Tints of Rose Bud #F1A19A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.96%

 BLUE value IS 154 (60.55% from 255) = 27.7%

R = 43.35%
G = 28.96%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1A19A (or 0xF1A19A) is known color: Rose Bud. HEX triplet: F1, A1 and 9A. RGB value is (241,161,154). Sum of RGB (Red+Green+Blue) = 241+161+154=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A19A is #0E5E65. Grayscale: #B8B8B8. Windows color (decimal): -941670 or 10134001. OLE color: 10134001.

HSL color Cylindrical-coordinate representation of color #F1A19A: hue angle of 4.83º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1A19A is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 161 154 -
CMYK 0 0.33 0.36 0.05
HSL 4.83º 0.76% 0.77% -
HSV(B) 4.83º 0.36% 0.95% -
XYZ 54.85 46.52 36.66 -
YUV 184.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 241 161 154 0 0.33 0.36 0.05 4.83 0.76 0.77
Hex F1 A1 9A 0 21 24 5 5 4C 4D
Octal 361 241 232 0 41 44 5 5 114 115
Binary 11110001 10100001 10011010 0 100001 100100 101 101 1001100 1001101

Color Harmonies of #F1A19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A19A

Black with #F1A19A

Text Example


Text Example

White with #F1A19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A19A; }

 p { color: rgb(241,161,154); }

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

background-color css

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

 a { background-color: rgb(241,161,154); }

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

border-color css

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

 span { border-color: rgb(241,161,154); }

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