#F3A69A

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

Shades of Rose Bud #F3A69A

Tints of Rose Bud #F3A69A

Color information

#F3A69A (or 0xF3A69A) is unknown color: approx Rose Bud. HEX triplet: F3, A6 and 9A. RGB value is (243,166,154). Sum of RGB (Red+Green+Blue) = 243+166+154=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A69A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A69A is #0C5965. Grayscale: #BBBBBB. Windows color (decimal): -809318 or 10135283. OLE color: 10135283.

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

Color convert

RGB243166154-
CMYK00.320.370.05
HSL8.09º78.76%77.84%-
HSV(B)8.09º36.63%95.29%-
XYZ56.4348.6636.99-
YUV187.66109.01167.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.16%
GREEN value IS 166 (65.23% from 255) = 29.48%
BLUE value IS 154 (60.55% from 255) = 27.35%
R=43.16%
G=29.48%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316615400.320.370.058.0978.7677.84
HexF3A69A02025584f4e
Octal36324623204045510117116
Binary1111001110100110100110100100000100101101100010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A69A; }

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

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

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

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

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

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

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

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