#FA9F99

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

Shades of Rose Bud #FA9F99

Tints of Rose Bud #FA9F99

Color information

#FA9F99 (or 0xFA9F99) is unknown color: approx Rose Bud. HEX triplet: FA, 9F and 99. RGB value is (250,159,153). Sum of RGB (Red+Green+Blue) = 250+159+153=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9F99 is #056066. Grayscale: #B9B9B9. Windows color (decimal): -352359 or 10067962. OLE color: 10067962.

HSL color Cylindrical-coordinate representation of color #FA9F99: hue angle of 3.71º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA9F99 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB250159153-
CMYK00.360.390.02
HSL3.71º90.65%79.02%-
HSV(B)3.71º38.8%98.04%-
XYZ57.5747.4236.26-
YUV185.52109.65173.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 153 (60.16% from 255) = 27.22%
R=44.48%
G=28.29%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015915300.360.390.023.7190.6579.02
HexFA9F9902427245b4f
Octal3722372310444724133117
Binary11111010100111111001100101001001001111010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9F99; }

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

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

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

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

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

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

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

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