#F9A595

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

Shades of Rose Bud #F9A595

Tints of Rose Bud #F9A595

Color information

#F9A595 (or 0xF9A595) is unknown color: approx Rose Bud. HEX triplet: F9, A5 and 95. RGB value is (249,165,149). Sum of RGB (Red+Green+Blue) = 249+165+149=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A595 is #065A6A. Grayscale: #BCBCBC. Windows color (decimal): -416363 or 9807353. OLE color: 9807353.

HSL color Cylindrical-coordinate representation of color #F9A595: hue angle of 9.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9A595 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB249165149-
CMYK00.340.400.02
HSL9.6º89.29%78.04%-
HSV(B)9.6º40.16%97.65%-
XYZ57.9549.2234.88-
YUV188.29105.83171.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.23%
GREEN value IS 165 (64.84% from 255) = 29.31%
BLUE value IS 149 (58.59% from 255) = 26.47%
R=44.23%
G=29.31%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916514900.340.400.029.689.2978.04
HexF9A595022282a594e
Octal37124522504250212131116
Binary111110011010010110010101010001010100010101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A595; }

 p { color: rgb(249,165,149); }

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

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

 a { background-color: rgb(249,165,149); }

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

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

 span { border-color: rgb(249,165,149); }

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