#F97361

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

Shades of Bittersweet #F97361

Tints of Bittersweet #F97361

Color information

#F97361 (or 0xF97361) is unknown color: approx Bittersweet. HEX triplet: F9, 73 and 61. RGB value is (249,115,97). Sum of RGB (Red+Green+Blue) = 249+115+97=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F97361 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97361 is #068C9E. Grayscale: #999999. Windows color (decimal): -429215 or 6386681. OLE color: 6386681.

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

Color convert

RGB24911597-
CMYK00.540.610.02
HSL7.11º92.68%67.84%-
HSV(B)7.11º61.04%97.65%-
XYZ47.3633.2615.23-
YUV153.0196.39196.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.01%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=54.01%
G=24.95%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491159700.540.610.027.1192.6867.84
HexF973610363D275d44
Octal3711631410667527135104
Binary111110011110011110000101101101111011011110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97361; }

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

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

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

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

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

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

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

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