#f2a395

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

Shades of Rose Bud #F2A395

Tints of Rose Bud #F2A395

Color information

#F2A395 (or 0xF2A395) is unknown color: approx Rose Bud. HEX triplet: F2, A3 and 95. RGB value is (242,163,149). Sum of RGB (Red+Green+Blue) = 242+163+149=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A395 is #0D5C6A. Grayscale: #B9B9B9. Windows color (decimal): -875627 or 9806834. OLE color: 9806834.

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

Color convert

RGB242163149-
CMYK00.330.380.05
HSL9.03º78.15%76.67%-
HSV(B)9.03º38.43%94.9%-
XYZ55.1447.2434.65-
YUV185.02107.67168.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.68%
GREEN value IS 163 (64.06% from 255) = 29.42%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=43.68%
G=29.42%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216314900.330.380.059.0378.1576.67
HexF2A39502126594e4d
Octal36224322504146511116115
Binary1111001010100011100101010100001100110101100110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2a395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2a395; }

 p { color: rgb(242,163,149); }

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

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

 a { background-color: rgb(242,163,149); }

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

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

 span { border-color: rgb(242,163,149); }

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