#F6A78F

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

Shades of Rose Bud #F6A78F

Tints of Rose Bud #F6A78F

Color information

#F6A78F (or 0xF6A78F) is unknown color: approx Rose Bud. HEX triplet: F6, A7 and 8F. RGB value is (246,167,143). Sum of RGB (Red+Green+Blue) = 246+167+143=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 143 (56.25% from 255 or 25.72% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A78F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A78F is #095870. Grayscale: #BCBCBC. Windows color (decimal): -612465 or 9414646. OLE color: 9414646.

HSL color Cylindrical-coordinate representation of color #F6A78F: hue angle of 13.98º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F6A78F is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB246167143-
CMYK00.320.420.04
HSL13.98º85.12%76.27%-
HSV(B)13.98º41.87%96.47%-
XYZ56.7849.2132.49-
YUV187.88102.67169.45-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.24%
GREEN value IS 167 (65.62% from 255) = 30.04%
BLUE value IS 143 (56.25% from 255) = 25.72%
R=44.24%
G=30.04%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616714300.320.420.0413.9885.1276.27
HexF6A78F0202A4e554c
Octal36624721704052416125114
Binary1111011010100111100011110100000101010100111010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A78F; }

 p { color: rgb(246,167,143); }

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

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

 a { background-color: rgb(246,167,143); }

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

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

 span { border-color: rgb(246,167,143); }

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