#F07162

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

Shades of Bittersweet #F07162

Tints of Bittersweet #F07162

Color information

#F07162 (or 0xF07162) is unknown color: approx Bittersweet. HEX triplet: F0, 71 and 62. RGB value is (240,113,98). Sum of RGB (Red+Green+Blue) = 240+113+98=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F07162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07162 is #0F8E9D. Grayscale: #959595. Windows color (decimal): -1019550 or 6451696. OLE color: 6451696.

HSL color Cylindrical-coordinate representation of color #F07162: hue angle of 6.34º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F07162 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB24011398-
CMYK00.530.590.06
HSL6.34º82.56%66.27%-
HSV(B)6.34º59.17%94.12%-
XYZ44.0431.2215.26-
YUV149.2699.08192.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.22%
GREEN value IS 113 (44.53% from 255) = 25.06%
BLUE value IS 98 (38.67% from 255) = 21.73%
R=53.22%
G=25.06%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401139800.530.590.066.3482.5666.27
HexF071620353B665342
Octal3601611420657366123102
Binary1111000011100011100010011010111101111011010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07162; }

 p { color: rgb(240,113,98); }

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

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

 a { background-color: rgb(240,113,98); }

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

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

 span { border-color: rgb(240,113,98); }

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