#F07365

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

Shades of Bittersweet #F07365

Tints of Bittersweet #F07365

Color information

#F07365 (or 0xF07365) is unknown color: approx Bittersweet. HEX triplet: F0, 73 and 65. RGB value is (240,115,101). Sum of RGB (Red+Green+Blue) = 240+115+101=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F07365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07365 is #0F8C9A. Grayscale: #969696. Windows color (decimal): -1019035 or 6648816. OLE color: 6648816.

HSL color Cylindrical-coordinate representation of color #F07365: hue angle of 6.04º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F07365 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB240115101-
CMYK00.520.580.06
HSL6.04º82.25%66.86%-
HSV(B)6.04º57.92%94.12%-
XYZ44.4131.7316.09-
YUV150.7899.91191.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.63%
GREEN value IS 115 (45.31% from 255) = 25.22%
BLUE value IS 101 (39.84% from 255) = 22.15%
R=52.63%
G=25.22%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011510100.520.580.066.0482.2566.86
HexF073650343A665243
Octal3601631450647266122103
Binary1111000011100111100101011010011101011011010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07365; }

 p { color: rgb(240,115,101); }

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

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

 a { background-color: rgb(240,115,101); }

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

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

 span { border-color: rgb(240,115,101); }

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