#F97465

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

Shades of Bittersweet #F97465

Tints of Bittersweet #F97465

Color information

#F97465 (or 0xF97465) is unknown color: approx Bittersweet. HEX triplet: F9, 74 and 65. RGB value is (249,116,101). Sum of RGB (Red+Green+Blue) = 249+116+101=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F97465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97465 is #068B9A. Grayscale: #9A9A9A. Windows color (decimal): -428955 or 6649081. OLE color: 6649081.

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

Color convert

RGB249116101-
CMYK00.530.590.02
HSL6.08º92.5%68.63%-
HSV(B)6.08º59.44%97.65%-
XYZ47.6633.5716.28-
YUV154.0698.06195.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.43%
GREEN value IS 116 (45.70% from 255) = 24.89%
BLUE value IS 101 (39.84% from 255) = 21.67%
R=53.43%
G=24.89%
B=21.67%

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
Decimal24911610100.530.590.026.0892.568.63
HexF974650353B265c45
Octal3711641450657326134105
Binary111110011110100110010101101011110111011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97465; }

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

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

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

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

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

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

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

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