#F3A992

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

Shades of Rose Bud #F3A992

Tints of Rose Bud #F3A992

Color information

#F3A992 (or 0xF3A992) is unknown color: approx Rose Bud. HEX triplet: F3, A9 and 92. RGB value is (243,169,146). Sum of RGB (Red+Green+Blue) = 243+169+146=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A992 is #0C566D. Grayscale: #BCBCBC. Windows color (decimal): -808558 or 9611763. OLE color: 9611763.

HSL color Cylindrical-coordinate representation of color #F3A992: hue angle of 14.23º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F3A992 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB243169146-
CMYK00.300.400.05
HSL14.23º80.17%76.27%-
HSV(B)14.23º39.92%95.29%-
XYZ56.3449.5133.78-
YUV188.5104.02166.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.55%
GREEN value IS 169 (66.41% from 255) = 30.29%
BLUE value IS 146 (57.42% from 255) = 26.16%
R=43.55%
G=30.29%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316914600.300.400.0514.2380.1776.27
HexF3A99201E285e504c
Octal36325122203650516120114
Binary111100111010100110010010011110101000101111010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A992; }

 p { color: rgb(243,169,146); }

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

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

 a { background-color: rgb(243,169,146); }

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

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

 span { border-color: rgb(243,169,146); }

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