#F97061

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

Shades of Bittersweet #F97061

Tints of Bittersweet #F97061

Color information

#F97061 (or 0xF97061) is unknown color: approx Bittersweet. HEX triplet: F9, 70 and 61. RGB value is (249,112,97). Sum of RGB (Red+Green+Blue) = 249+112+97=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F97061 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97061 is #068F9E. Grayscale: #979797. Windows color (decimal): -429983 or 6385913. OLE color: 6385913.

HSL color Cylindrical-coordinate representation of color #F97061: hue angle of 5.92º 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 #F97061 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB24911297-
CMYK00.550.610.02
HSL5.92º92.68%67.84%-
HSV(B)5.92º61.04%97.65%-
XYZ47.0232.5915.12-
YUV151.2597.39197.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.37%
GREEN value IS 112 (44.14% from 255) = 24.45%
BLUE value IS 97 (38.28% from 255) = 21.18%
R=54.37%
G=24.45%
B=21.18%

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
Decimal2491129700.550.610.025.9292.6867.84
HexF970610373D265d44
Octal3711601410677526135104
Binary111110011110000110000101101111111011011010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97061; }

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

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

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

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

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

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

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

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