#F07360

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

Shades of Bittersweet #F07360

Tints of Bittersweet #F07360

Color information

#F07360 (or 0xF07360) is unknown color: approx Bittersweet. HEX triplet: F0, 73 and 60. RGB value is (240,115,96). Sum of RGB (Red+Green+Blue) = 240+115+96=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F07360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07360 is #0F8C9F. Grayscale: #969696. Windows color (decimal): -1019040 or 6321136. OLE color: 6321136.

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

Color convert

RGB24011596-
CMYK00.520.60.06
HSL7.92º82.76%65.88%-
HSV(B)7.92º60%94.12%-
XYZ44.1831.6314.84-
YUV150.2197.41192.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.22%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 96 (37.89% from 255) = 21.29%
R=53.22%
G=25.50%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401159600.520.60.067.9282.7665.88
HexF073600343C685342
Octal36016314006474610123102
Binary11110000111001111000000110100111100110100010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07360; }

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

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

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

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

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

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

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

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