Html Css Color HEX #F1A49A Rose Bud

📋 copy color: '#F1A49A'

red 241 ◦ green 164 ◦ blue 154

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

Shades of Rose Bud #F1A49A

Tints of Rose Bud #F1A49A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.34%

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

R = 43.11%
G = 29.34%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1A49A (or 0xF1A49A) is known color: Rose Bud. HEX triplet: F1, A4 and 9A. RGB value is (241,164,154). Sum of RGB (Red+Green+Blue) = 241+164+154=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A49A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A49A is #0E5B65. Grayscale: #BABABA. Windows color (decimal): -940902 or 10134769. OLE color: 10134769.

HSL color Cylindrical-coordinate representation of color #F1A49A: hue angle of 6.9º 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 #F1A49A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 164 154 -
CMYK 0 0.32 0.36 0.05
HSL 6.9º 0.76% 0.77% -
HSV(B) 6.9º 0.36% 0.95% -
XYZ 55.38 47.58 36.84 -
YUV 185.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 241 164 154 0 0.32 0.36 0.05 6.9 0.76 0.77
Hex F1 A4 9A 0 20 24 5 7 4C 4D
Octal 361 244 232 0 40 44 5 7 114 115
Binary 11110001 10100100 10011010 0 100000 100100 101 111 1001100 1001101

Color Harmonies of #F1A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A49A

Black with #F1A49A

Text Example


Text Example

White with #F1A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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