#F3A195

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

Shades of Rose Bud #F3A195

Tints of Rose Bud #F3A195

Color information

#F3A195 (or 0xF3A195) is unknown color: approx Rose Bud. HEX triplet: F3, A1 and 95. RGB value is (243,161,149). Sum of RGB (Red+Green+Blue) = 243+161+149=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A195 is #0C5E6A. Grayscale: #B8B8B8. Windows color (decimal): -810603 or 9806323. OLE color: 9806323.

HSL color Cylindrical-coordinate representation of color #F3A195: hue angle of 7.66º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3A195 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB243161149-
CMYK00.340.390.05
HSL7.66º79.66%76.86%-
HSV(B)7.66º38.68%95.29%-
XYZ55.1346.7134.54-
YUV184.15108.17169.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.94%
GREEN value IS 161 (63.28% from 255) = 29.11%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=43.94%
G=29.11%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316114900.340.390.057.6679.6676.86
HexF3A1950222758504d
Octal36324122504247510120115
Binary1111001110100001100101010100010100111101100010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A195; }

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

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

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

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

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

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

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

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