#F7A292

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

Shades of Rose Bud #F7A292

Tints of Rose Bud #F7A292

Color information

#F7A292 (or 0xF7A292) is unknown color: approx Rose Bud. HEX triplet: F7, A2 and 92. RGB value is (247,162,146). Sum of RGB (Red+Green+Blue) = 247+162+146=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A292 is #085D6D. Grayscale: #B9B9B9. Windows color (decimal): -548206 or 9609975. OLE color: 9609975.

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

Color convert

RGB247162146-
CMYK00.340.410.03
HSL9.5º86.32%77.06%-
HSV(B)9.5º40.89%96.86%-
XYZ56.4747.6933.42-
YUV185.59105.66171.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.50%
GREEN value IS 162 (63.67% from 255) = 29.19%
BLUE value IS 146 (57.42% from 255) = 26.31%
R=44.50%
G=29.19%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716214600.340.410.039.586.3277.06
HexF7A292022293a564d
Octal36724222204251312126115
Binary111101111010001010010010010001010100111101010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A292; }

 p { color: rgb(247,162,146); }

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

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

 a { background-color: rgb(247,162,146); }

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

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

 span { border-color: rgb(247,162,146); }

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