#F3A192

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

Shades of Rose Bud #F3A192

Tints of Rose Bud #F3A192

Color information

#F3A192 (or 0xF3A192) is unknown color: approx Rose Bud. HEX triplet: F3, A1 and 92. RGB value is (243,161,146). Sum of RGB (Red+Green+Blue) = 243+161+146=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A192 is #0C5E6D. Grayscale: #B7B7B7. Windows color (decimal): -810606 or 9609715. OLE color: 9609715.

HSL color Cylindrical-coordinate representation of color #F3A192: hue angle of 9.28º 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 #F3A192 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB243161146-
CMYK00.340.400.05
HSL9.28º80.17%76.27%-
HSV(B)9.28º39.92%95.29%-
XYZ54.946.6233.3-
YUV183.81106.67170.22-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.18%
GREEN value IS 161 (63.28% from 255) = 29.27%
BLUE value IS 146 (57.42% from 255) = 26.55%
R=44.18%
G=29.27%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316114600.340.400.059.2880.1776.27
HexF3A1920222859504c
Octal36324122204250511120114
Binary1111001110100001100100100100010101000101100110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A192; }

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

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

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

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

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

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

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

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