#F5A692

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

Shades of Rose Bud #F5A692

Tints of Rose Bud #F5A692

Color information

#F5A692 (or 0xF5A692) is unknown color: approx Rose Bud. HEX triplet: F5, A6 and 92. RGB value is (245,166,146). Sum of RGB (Red+Green+Blue) = 245+166+146=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A692 is #0A596D. Grayscale: #BBBBBB. Windows color (decimal): -678254 or 9610997. OLE color: 9610997.

HSL color Cylindrical-coordinate representation of color #F5A692: hue angle of 12.12º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5A692 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB245166146-
CMYK00.320.400.04
HSL12.12º83.19%76.67%-
HSV(B)12.12º40.41%96.08%-
XYZ56.4848.7633.63-
YUV187.34104.67169.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.99%
GREEN value IS 166 (65.23% from 255) = 29.80%
BLUE value IS 146 (57.42% from 255) = 26.21%
R=43.99%
G=29.80%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516614600.320.400.0412.1283.1976.67
HexF5A692020284c534d
Octal36524622204050414123115
Binary1111010110100110100100100100000101000100110010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A692; }

 p { color: rgb(245,166,146); }

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

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

 a { background-color: rgb(245,166,146); }

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

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

 span { border-color: rgb(245,166,146); }

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