#F97161

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

Shades of Bittersweet #F97161

Tints of Bittersweet #F97161

Color information

#F97161 (or 0xF97161) is unknown color: approx Bittersweet. HEX triplet: F9, 71 and 61. RGB value is (249,113,97). Sum of RGB (Red+Green+Blue) = 249+113+97=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F97161 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97161 is #068E9E. Grayscale: #989898. Windows color (decimal): -429727 or 6386169. OLE color: 6386169.

HSL color Cylindrical-coordinate representation of color #F97161: hue angle of 6.32º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F97161 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB24911397-
CMYK00.550.610.02
HSL6.32º92.68%67.84%-
HSV(B)6.32º61.04%97.65%-
XYZ47.1332.8115.16-
YUV151.8497.06197.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.25%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 97 (38.28% from 255) = 21.13%
R=54.25%
G=24.62%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491139700.550.610.026.3292.6867.84
HexF971610373D265d44
Octal3711611410677526135104
Binary111110011110001110000101101111111011011010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97161; }

 p { color: rgb(249,113,97); }

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

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

 a { background-color: rgb(249,113,97); }

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

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

 span { border-color: rgb(249,113,97); }

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