#F2A19D

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

Shades of Rose Bud #F2A19D

Tints of Rose Bud #F2A19D

Color information

#F2A19D (or 0xF2A19D) is unknown color: approx Rose Bud. HEX triplet: F2, A1 and 9D. RGB value is (242,161,157). Sum of RGB (Red+Green+Blue) = 242+161+157=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A19D is #0D5E62. Grayscale: #B8B8B8. Windows color (decimal): -876131 or 10330610. OLE color: 10330610.

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

Color convert

RGB242161157-
CMYK00.330.350.05
HSL2.82º76.58%78.24%-
HSV(B)2.82º35.12%94.9%-
XYZ55.4546.838.01-
YUV184.76112.34168.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.21%
GREEN value IS 161 (63.28% from 255) = 28.75%
BLUE value IS 157 (61.72% from 255) = 28.04%
R=43.21%
G=28.75%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216115700.330.350.052.8276.5878.24
HexF2A19D02123534d4e
Octal3622412350414353115116
Binary11110010101000011001110101000011000111011110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A19D; }

 p { color: rgb(242,161,157); }

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

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

 a { background-color: rgb(242,161,157); }

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

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

 span { border-color: rgb(242,161,157); }

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