#F1A893

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

Shades of Rose Bud #F1A893

Tints of Rose Bud #F1A893

Color information

#F1A893 (or 0xF1A893) is unknown color: approx Rose Bud. HEX triplet: F1, A8 and 93. RGB value is (241,168,147). Sum of RGB (Red+Green+Blue) = 241+168+147=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A893 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A893 is #0E576C. Grayscale: #BBBBBB. Windows color (decimal): -939885 or 9677041. OLE color: 9677041.

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

Color convert

RGB241168147-
CMYK00.300.390.05
HSL13.4º77.05%76.08%-
HSV(B)13.4º39%94.51%-
XYZ55.5448.8134.1-
YUV187.43105.18166.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 168 (66.02% from 255) = 30.22%
BLUE value IS 147 (57.81% from 255) = 26.44%
R=43.35%
G=30.22%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116814700.300.390.0513.477.0576.08
HexF1A89301E275d4d4c
Octal36125022303647515115114
Binary111100011010100010010011011110100111101110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A893; }

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

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

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

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

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

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

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

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