#F8A094

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

Shades of Rose Bud #F8A094

Tints of Rose Bud #F8A094

Color information

#F8A094 (or 0xF8A094) is unknown color: approx Rose Bud. HEX triplet: F8, A0 and 94. RGB value is (248,160,148). Sum of RGB (Red+Green+Blue) = 248+160+148=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A094 is #075F6B. Grayscale: #B9B9B9. Windows color (decimal): -483180 or 9740536. OLE color: 9740536.

HSL color Cylindrical-coordinate representation of color #F8A094: hue angle of 7.2º degrees, saturation: 0.88, 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 #F8A094 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB248160148-
CMYK00.350.400.03
HSL7.2º87.72%77.65%-
HSV(B)7.2º40.32%97.25%-
XYZ56.6347.2434.15-
YUV184.94107.15172.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.60%
GREEN value IS 160 (62.89% from 255) = 28.78%
BLUE value IS 148 (58.20% from 255) = 26.62%
R=44.60%
G=28.78%
B=26.62%

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
Decimal24816014800.350.400.037.287.7277.65
HexF8A0940232837584e
Octal3702402240435037130116
Binary11111000101000001001010001000111010001111110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A094; }

 p { color: rgb(248,160,148); }

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

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

 a { background-color: rgb(248,160,148); }

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

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

 span { border-color: rgb(248,160,148); }

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