#FA9F95

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

Shades of Rose Bud #FA9F95

Tints of Rose Bud #FA9F95

Color information

#FA9F95 (or 0xFA9F95) is unknown color: approx Rose Bud. HEX triplet: FA, 9F and 95. RGB value is (250,159,149). Sum of RGB (Red+Green+Blue) = 250+159+149=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9F95 is #05606A. Grayscale: #B9B9B9. Windows color (decimal): -352363 or 9805818. OLE color: 9805818.

HSL color Cylindrical-coordinate representation of color #FA9F95: hue angle of 5.94º degrees, saturation: 0.91, 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 #FA9F95 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250159149-
CMYK00.360.400.02
HSL5.94º90.99%78.24%-
HSV(B)5.94º40.4%98.04%-
XYZ57.2547.2934.54-
YUV185.07107.65174.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.80%
GREEN value IS 159 (62.5% from 255) = 28.49%
BLUE value IS 149 (58.59% from 255) = 26.70%
R=44.80%
G=28.49%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015914900.360.400.025.9490.9978.24
HexFA9F9502428265b4e
Octal3722372250445026133116
Binary11111010100111111001010101001001010001011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9F95; }

 p { color: rgb(250,159,149); }

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

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

 a { background-color: rgb(250,159,149); }

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

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

 span { border-color: rgb(250,159,149); }

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