#F1A69A

Color #F1A69A Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #F1A69A

Tints of Rose Bud #F1A69A

Color information

#F1A69A (or 0xF1A69A) is unknown color: approx Rose Bud. HEX triplet: F1, A6 and 9A. RGB value is (241,166,154). Sum of RGB (Red+Green+Blue) = 241+166+154=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A69A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A69A is #0E5965. Grayscale: #BBBBBB. Windows color (decimal): -940390 or 10135281. OLE color: 10135281.

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

Color convert

RGB241166154-
CMYK00.310.360.05
HSL8.28º75.65%77.45%-
HSV(B)8.28º36.1%94.51%-
XYZ55.7448.3136.96-
YUV187.06109.35166.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 166 (65.23% from 255) = 29.59%
BLUE value IS 154 (60.55% from 255) = 27.45%
R=42.96%
G=29.59%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116615400.310.360.058.2875.6577.45
HexF1A69A01F24584c4d
Octal36124623203744510114115
Binary111100011010011010011010011111100100101100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A69A; }

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

 H1.HeaderClassName
 {
   color: #F1A69A;
 }
 .AnyTagClassName
 {
   color: #F1A69A;
 }
</style>
background-color css

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

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

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

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

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

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