#F2A594

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

Shades of Rose Bud #F2A594

Tints of Rose Bud #F2A594

Color information

#F2A594 (or 0xF2A594) is unknown color: approx Rose Bud. HEX triplet: F2, A5 and 94. RGB value is (242,165,148). Sum of RGB (Red+Green+Blue) = 242+165+148=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A594 is #0D5A6B. Grayscale: #BABABA. Windows color (decimal): -875116 or 9741810. OLE color: 9741810.

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

Color convert

RGB242165148-
CMYK00.320.390.05
HSL10.85º78.33%76.47%-
HSV(B)10.85º38.84%94.9%-
XYZ55.4247.9334.35-
YUV186.08106.51167.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.60%
GREEN value IS 165 (64.84% from 255) = 29.73%
BLUE value IS 148 (58.20% from 255) = 26.67%
R=43.60%
G=29.73%
B=26.67%

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
Decimal24216514800.320.390.0510.8578.3376.47
HexF2A594020275b4e4c
Octal36224522404047513116114
Binary1111001010100101100101000100000100111101101110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A594; }

 p { color: rgb(242,165,148); }

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

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

 a { background-color: rgb(242,165,148); }

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

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

 span { border-color: rgb(242,165,148); }

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