#F97565

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

Shades of Bittersweet #F97565

Tints of Bittersweet #F97565

Color information

#F97565 (or 0xF97565) is unknown color: approx Bittersweet. HEX triplet: F9, 75 and 65. RGB value is (249,117,101). Sum of RGB (Red+Green+Blue) = 249+117+101=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F97565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97565 is #068A9A. Grayscale: #9A9A9A. Windows color (decimal): -428699 or 6649337. OLE color: 6649337.

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

Color convert

RGB249117101-
CMYK00.530.590.02
HSL6.49º92.5%68.63%-
HSV(B)6.49º59.44%97.65%-
XYZ47.7833.816.32-
YUV154.6497.73195.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.32%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 101 (39.84% from 255) = 21.63%
R=53.32%
G=25.05%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911710100.530.590.026.4992.568.63
HexF975650353B265c45
Octal3711651450657326134105
Binary111110011110101110010101101011110111011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97565; }

 p { color: rgb(249,117,101); }

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

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

 a { background-color: rgb(249,117,101); }

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

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

 span { border-color: rgb(249,117,101); }

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