#F97368

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

Shades of Bittersweet #F97368

Tints of Bittersweet #F97368

Color information

#F97368 (or 0xF97368) is unknown color: approx Bittersweet. HEX triplet: F9, 73 and 68. RGB value is (249,115,104). Sum of RGB (Red+Green+Blue) = 249+115+104=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F97368 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97368 is #068C97. Grayscale: #999999. Windows color (decimal): -429208 or 6845433. OLE color: 6845433.

HSL color Cylindrical-coordinate representation of color #F97368: hue angle of 4.55º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F97368 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB249115104-
CMYK00.540.580.02
HSL4.55º92.36%69.22%-
HSV(B)4.55º58.23%97.65%-
XYZ47.733.417.03-
YUV153.8199.89195.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.21%
GREEN value IS 115 (45.31% from 255) = 24.57%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=53.21%
G=24.57%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911510400.540.580.024.5592.3669.22
HexF973680363A255c45
Octal3711631500667225134105
Binary111110011110011110100001101101110101010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97368; }

 p { color: rgb(249,115,104); }

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

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

 a { background-color: rgb(249,115,104); }

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

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

 span { border-color: rgb(249,115,104); }

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