#F07260

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

Shades of Bittersweet #F07260

Tints of Bittersweet #F07260

Color information

#F07260 (or 0xF07260) is unknown color: approx Bittersweet. HEX triplet: F0, 72 and 60. RGB value is (240,114,96). Sum of RGB (Red+Green+Blue) = 240+114+96=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F07260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07260 is #0F8D9F. Grayscale: #959595. Windows color (decimal): -1019296 or 6320880. OLE color: 6320880.

HSL color Cylindrical-coordinate representation of color #F07260: hue angle of 7.5º 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 #F07260 is Cyan = 0, Magento = 0.52, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB24011496-
CMYK00.520.60.06
HSL7.5º82.76%65.88%-
HSV(B)7.5º60%94.12%-
XYZ44.0631.414.81-
YUV149.6297.74192.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.33%
GREEN value IS 114 (44.92% from 255) = 25.33%
BLUE value IS 96 (37.89% from 255) = 21.33%
R=53.33%
G=25.33%
B=21.33%

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
Decimal2401149600.520.60.067.582.7665.88
HexF072600343C685342
Octal36016214006474610123102
Binary11110000111001011000000110100111100110100010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07260; }

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

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

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

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

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

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

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

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