#F7A195

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

Shades of Rose Bud #F7A195

Tints of Rose Bud #F7A195

Color information

#F7A195 (or 0xF7A195) is unknown color: approx Rose Bud. HEX triplet: F7, A1 and 95. RGB value is (247,161,149). Sum of RGB (Red+Green+Blue) = 247+161+149=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A195 is #085E6A. Grayscale: #B9B9B9. Windows color (decimal): -548459 or 9806327. OLE color: 9806327.

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

Color convert

RGB247161149-
CMYK00.350.400.03
HSL7.35º85.96%77.65%-
HSV(B)7.35º39.68%96.86%-
XYZ56.5347.4334.61-
YUV185.35107.49171.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.34%
GREEN value IS 161 (63.28% from 255) = 28.90%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=44.34%
G=28.90%
B=26.75%

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
Decimal24716114900.350.400.037.3585.9677.65
HexF7A1950232837564e
Octal3672412250435037126116
Binary11110111101000011001010101000111010001111110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A195; }

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

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

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

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

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

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

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

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