#F1A19D

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

Shades of Rose Bud #F1A19D

Tints of Rose Bud #F1A19D

Color information

#F1A19D (or 0xF1A19D) is unknown color: approx Rose Bud. HEX triplet: F1, A1 and 9D. RGB value is (241,161,157). Sum of RGB (Red+Green+Blue) = 241+161+157=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A19D is #0E5E62. Grayscale: #B8B8B8. Windows color (decimal): -941667 or 10330609. OLE color: 10330609.

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

Color convert

RGB241161157-
CMYK00.330.350.05
HSL2.86º75%78.04%-
HSV(B)2.86º34.85%94.51%-
XYZ55.1146.6237.99-
YUV184.46112.5168.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.11%
GREEN value IS 161 (63.28% from 255) = 28.80%
BLUE value IS 157 (61.72% from 255) = 28.09%
R=43.11%
G=28.80%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116115700.330.350.052.867578.04
HexF1A19D02123534b4e
Octal3612412350414353113116
Binary11110001101000011001110101000011000111011110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A19D; }

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

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

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

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

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

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

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

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