#FF9F97

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

Shades of Rose Bud #FF9F97

Tints of Rose Bud #FF9F97

Color information

#FF9F97 (or 0xFF9F97) is unknown color: approx Rose Bud. HEX triplet: FF, 9F and 97. RGB value is (255,159,151). Sum of RGB (Red+Green+Blue) = 255+159+151=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9F97 is #006068. Grayscale: #BABABA. Windows color (decimal): -24681 or 9936895. OLE color: 9936895.

HSL color Cylindrical-coordinate representation of color #FF9F97: hue angle of 4.62º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF9F97 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB255159151-
CMYK00.380.410
HSL4.62º100%79.61%-
HSV(B)4.62º40.78%100%-
XYZ59.2248.2935.48-
YUV186.79107.8176.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.13%
GREEN value IS 159 (62.5% from 255) = 28.14%
BLUE value IS 151 (59.38% from 255) = 26.73%
R=45.13%
G=28.14%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515915100.380.4104.6210079.61
HexFF9F9702629056450
Octal3772372270465105144120
Binary1111111110011111100101110100110101001010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9F97; }

 p { color: rgb(255,159,151); }

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

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

 a { background-color: rgb(255,159,151); }

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

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

 span { border-color: rgb(255,159,151); }

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