#F7A992

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

Shades of Rose Bud #F7A992

Tints of Rose Bud #F7A992

Color information

#F7A992 (or 0xF7A992) is unknown color: approx Rose Bud. HEX triplet: F7, A9 and 92. RGB value is (247,169,146). Sum of RGB (Red+Green+Blue) = 247+169+146=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A992 is #08566D. Grayscale: #BDBDBD. Windows color (decimal): -546414 or 9611767. OLE color: 9611767.

HSL color Cylindrical-coordinate representation of color #F7A992: hue angle of 13.66º 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 #F7A992 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB247169146-
CMYK00.320.410.03
HSL13.66º86.32%77.06%-
HSV(B)13.66º40.89%96.86%-
XYZ57.7350.2333.85-
YUV189.7103.34168.87-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.95%
GREEN value IS 169 (66.41% from 255) = 30.07%
BLUE value IS 146 (57.42% from 255) = 25.98%
R=43.95%
G=30.07%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716914600.320.410.0313.6686.3277.06
HexF7A992020293e564d
Octal36725122204051316126115
Binary111101111010100110010010010000010100111111010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A992; }

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

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

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

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

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

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

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

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