#F89E9A

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

Shades of Rose Bud #F89E9A

Tints of Rose Bud #F89E9A

Color information

#F89E9A (or 0xF89E9A) is unknown color: approx Rose Bud. HEX triplet: F8, 9E and 9A. RGB value is (248,158,154). Sum of RGB (Red+Green+Blue) = 248+158+154=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F89E9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89E9A is #076165. Grayscale: #B8B8B8. Windows color (decimal): -483686 or 10133240. OLE color: 10133240.

HSL color Cylindrical-coordinate representation of color #F89E9A: hue angle of 2.55º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89E9A is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB248158154-
CMYK00.360.380.03
HSL2.55º87.04%78.82%-
HSV(B)2.55º37.9%97.25%-
XYZ56.7746.7436.6-
YUV184.45110.82173.33-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.29%
GREEN value IS 158 (62.11% from 255) = 28.21%
BLUE value IS 154 (60.55% from 255) = 27.5%
R=44.29%
G=28.21%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815815400.360.380.032.5587.0478.82
HexF89E9A0242633574f
Octal3702362320444633127117
Binary1111100010011110100110100100100100110111110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89E9A; }

 p { color: rgb(248,158,154); }

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

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

 a { background-color: rgb(248,158,154); }

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

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

 span { border-color: rgb(248,158,154); }

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