Html Css Color HEX #F1A19B Rose Bud

📋 copy color: '#F1A19B'

red 241 ◦ green 161 ◦ blue 155

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

Shades of Rose Bud #F1A19B

Tints of Rose Bud #F1A19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.83%

R = 43.27%
G = 28.9%
B = 27.83%

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

#F1A19B (or 0xF1A19B) is known color: Rose Bud. HEX triplet: F1, A1 and 9B. RGB value is (241,161,155). Sum of RGB (Red+Green+Blue) = 241+161+155=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A19B is #0E5E64. Grayscale: #B8B8B8. Windows color (decimal): -941669 or 10199537. OLE color: 10199537.

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

Color convert

RGB 241 161 155 -
CMYK 0 0.33 0.36 0.05
HSL 4.19º 0.75% 0.78% -
HSV(B) 4.19º 0.36% 0.95% -
XYZ 54.94 46.56 37.1 -
YUV 184.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 241 161 155 0 0.33 0.36 0.05 4.19 0.75 0.78
Hex F1 A1 9B 0 21 24 5 4 4B 4E
Octal 361 241 233 0 41 44 5 4 113 116
Binary 11110001 10100001 10011011 0 100001 100100 101 100 1001011 1001110

Color Harmonies of #F1A19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A19B

Black with #F1A19B

Text Example


Text Example

White with #F1A19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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