#F9A193

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

Shades of Rose Bud #F9A193

Tints of Rose Bud #F9A193

Color information

#F9A193 (or 0xF9A193) is unknown color: approx Rose Bud. HEX triplet: F9, A1 and 93. RGB value is (249,161,147). Sum of RGB (Red+Green+Blue) = 249+161+147=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A193 is #065E6C. Grayscale: #B9B9B9. Windows color (decimal): -417389 or 9675257. OLE color: 9675257.

HSL color Cylindrical-coordinate representation of color #F9A193: hue angle of 8.24º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9A193 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB249161147-
CMYK00.350.410.02
HSL8.24º89.47%77.65%-
HSV(B)8.24º40.96%97.65%-
XYZ57.0847.7433.81-
YUV185.72106.15173.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.70%
GREEN value IS 161 (63.28% from 255) = 28.90%
BLUE value IS 147 (57.81% from 255) = 26.39%
R=44.70%
G=28.90%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916114700.350.410.028.2489.4777.65
HexF9A1930232928594e
Octal37124122304351210131116
Binary111110011010000110010011010001110100110100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A193; }

 p { color: rgb(249,161,147); }

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

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

 a { background-color: rgb(249,161,147); }

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

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

 span { border-color: rgb(249,161,147); }

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