#F6A19D

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

Shades of Rose Bud #F6A19D

Tints of Rose Bud #F6A19D

Color information

#F6A19D (or 0xF6A19D) is unknown color: approx Rose Bud. HEX triplet: F6, A1 and 9D. RGB value is (246,161,157). Sum of RGB (Red+Green+Blue) = 246+161+157=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A19D is #095E62. Grayscale: #BABABA. Windows color (decimal): -613987 or 10330614. OLE color: 10330614.

HSL color Cylindrical-coordinate representation of color #F6A19D: hue angle of 2.7º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6A19D is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB246161157-
CMYK00.350.360.04
HSL2.7º83.18%79.02%-
HSV(B)2.7º36.18%96.47%-
XYZ56.8447.5238.07-
YUV185.96111.66170.83-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.62%
GREEN value IS 161 (63.28% from 255) = 28.55%
BLUE value IS 157 (61.72% from 255) = 27.84%
R=43.62%
G=28.55%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616115700.350.360.042.783.1879.02
HexF6A19D0232443534f
Octal3662412350434443123117
Binary11110110101000011001110101000111001001001110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A19D; }

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

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

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

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

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

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

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

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