#F7A69A

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

Shades of Rose Bud #F7A69A

Tints of Rose Bud #F7A69A

Color information

#F7A69A (or 0xF7A69A) is unknown color: approx Rose Bud. HEX triplet: F7, A6 and 9A. RGB value is (247,166,154). Sum of RGB (Red+Green+Blue) = 247+166+154=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A69A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A69A is #085965. Grayscale: #BCBCBC. Windows color (decimal): -547174 or 10135287. OLE color: 10135287.

HSL color Cylindrical-coordinate representation of color #F7A69A: hue angle of 7.74º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F7A69A is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB247166154-
CMYK00.330.380.03
HSL7.74º85.32%78.63%-
HSV(B)7.74º37.65%96.86%-
XYZ57.8349.3837.06-
YUV188.85108.34169.48-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.56%
GREEN value IS 166 (65.23% from 255) = 29.28%
BLUE value IS 154 (60.55% from 255) = 27.16%
R=43.56%
G=29.28%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716615400.330.380.037.7485.3278.63
HexF7A69A0212638554f
Octal36724623204146310125117
Binary111101111010011010011010010000110011011100010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A69A; }

 p { color: rgb(247,166,154); }

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

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

 a { background-color: rgb(247,166,154); }

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

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

 span { border-color: rgb(247,166,154); }

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