#F7A193

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

Shades of Rose Bud #F7A193

Tints of Rose Bud #F7A193

Color information

#F7A193 (or 0xF7A193) is unknown color: approx Rose Bud. HEX triplet: F7, A1 and 93. RGB value is (247,161,147). Sum of RGB (Red+Green+Blue) = 247+161+147=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A193 is #085E6C. Grayscale: #B9B9B9. Windows color (decimal): -548461 or 9675255. OLE color: 9675255.

HSL color Cylindrical-coordinate representation of color #F7A193: hue angle of 8.4º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7A193 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB247161147-
CMYK00.350.400.03
HSL8.4º86.21%77.25%-
HSV(B)8.4º40.49%96.86%-
XYZ56.3747.3733.78-
YUV185.12106.49172.14-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.50%
GREEN value IS 161 (63.28% from 255) = 29.01%
BLUE value IS 147 (57.81% from 255) = 26.49%
R=44.50%
G=29.01%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716114700.350.400.038.486.2177.25
HexF7A1930232838564d
Octal36724122304350310126115
Binary111101111010000110010011010001110100011100010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A193; }

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

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

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

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

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

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

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

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