#F1A493

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

Shades of Rose Bud #F1A493

Tints of Rose Bud #F1A493

Color information

#F1A493 (or 0xF1A493) is unknown color: approx Rose Bud. HEX triplet: F1, A4 and 93. RGB value is (241,164,147). Sum of RGB (Red+Green+Blue) = 241+164+147=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A493 is #0E5B6C. Grayscale: #B9B9B9. Windows color (decimal): -940909 or 9676017. OLE color: 9676017.

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

Color convert

RGB241164147-
CMYK00.320.390.05
HSL10.85º77.05%76.08%-
HSV(B)10.85º39%94.51%-
XYZ54.8247.3633.86-
YUV185.08106.51167.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.66%
GREEN value IS 164 (64.45% from 255) = 29.71%
BLUE value IS 147 (57.81% from 255) = 26.63%
R=43.66%
G=29.71%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116414700.320.390.0510.8577.0576.08
HexF1A493020275b4d4c
Octal36124422304047513115114
Binary1111000110100100100100110100000100111101101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A493; }

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

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

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

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

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

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

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

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