#F2A791

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

Shades of Rose Bud #F2A791

Tints of Rose Bud #F2A791

Color information

#F2A791 (or 0xF2A791) is unknown color: approx Rose Bud. HEX triplet: F2, A7 and 91. RGB value is (242,167,145). Sum of RGB (Red+Green+Blue) = 242+167+145=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 145 (57.03% from 255 or 26.17% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A791 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A791 is #0D586E. Grayscale: #BBBBBB. Windows color (decimal): -874607 or 9545714. OLE color: 9545714.

HSL color Cylindrical-coordinate representation of color #F2A791: hue angle of 13.61º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2A791 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB242167145-
CMYK00.310.400.05
HSL13.61º78.86%75.88%-
HSV(B)13.61º40.08%94.9%-
XYZ55.5548.5633.23-
YUV186.92104.35167.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.68%
GREEN value IS 167 (65.62% from 255) = 30.14%
BLUE value IS 145 (57.03% from 255) = 26.17%
R=43.68%
G=30.14%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216714500.310.400.0513.6178.8675.88
HexF2A79101F285e4f4c
Octal36224722103750516117114
Binary111100101010011110010001011111101000101111010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A791; }

 p { color: rgb(242,167,145); }

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

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

 a { background-color: rgb(242,167,145); }

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

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

 span { border-color: rgb(242,167,145); }

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