#F6A494

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

Shades of Rose Bud #F6A494

Tints of Rose Bud #F6A494

Color information

#F6A494 (or 0xF6A494) is unknown color: approx Rose Bud. HEX triplet: F6, A4 and 94. RGB value is (246,164,148). Sum of RGB (Red+Green+Blue) = 246+164+148=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A494 is #095B6B. Grayscale: #BABABA. Windows color (decimal): -613228 or 9741558. OLE color: 9741558.

HSL color Cylindrical-coordinate representation of color #F6A494: hue angle of 9.8º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F6A494 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB246164148-
CMYK00.330.400.04
HSL9.8º84.48%77.25%-
HSV(B)9.8º39.84%96.47%-
XYZ56.6348.2834.35-
YUV186.69106.17170.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.09%
GREEN value IS 164 (64.45% from 255) = 29.39%
BLUE value IS 148 (58.20% from 255) = 26.52%
R=44.09%
G=29.39%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616414800.330.400.049.884.4877.25
HexF6A494021284a544d
Octal36624422404150412124115
Binary1111011010100100100101000100001101000100101010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A494; }

 p { color: rgb(246,164,148); }

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

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

 a { background-color: rgb(246,164,148); }

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

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

 span { border-color: rgb(246,164,148); }

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