#F07261

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

Shades of Bittersweet #F07261

Tints of Bittersweet #F07261

Color information

#F07261 (or 0xF07261) is unknown color: approx Bittersweet. HEX triplet: F0, 72 and 61. RGB value is (240,114,97). Sum of RGB (Red+Green+Blue) = 240+114+97=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F07261 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07261 is #0F8D9E. Grayscale: #959595. Windows color (decimal): -1019295 or 6386416. OLE color: 6386416.

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

Color convert

RGB24011497-
CMYK00.520.600.06
HSL7.13º82.66%66.08%-
HSV(B)7.13º59.58%94.12%-
XYZ44.1131.4215.05-
YUV149.7498.24192.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.22%
GREEN value IS 114 (44.92% from 255) = 25.28%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=53.22%
G=25.28%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401149700.520.600.067.1382.6666.08
HexF072610343C675342
Octal3601621410647467123102
Binary1111000011100101100001011010011110011011110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07261; }

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

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

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

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

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

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

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

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