#F07465

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

Shades of Bittersweet #F07465

Tints of Bittersweet #F07465

Color information

#F07465 (or 0xF07465) is unknown color: approx Bittersweet. HEX triplet: F0, 74 and 65. RGB value is (240,116,101). Sum of RGB (Red+Green+Blue) = 240+116+101=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F07465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07465 is #0F8B9A. Grayscale: #979797. Windows color (decimal): -1018779 or 6649072. OLE color: 6649072.

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

Color convert

RGB240116101-
CMYK00.520.580.06
HSL6.47º82.25%66.86%-
HSV(B)6.47º57.92%94.12%-
XYZ44.5331.9616.13-
YUV151.3799.58191.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.52%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 101 (39.84% from 255) = 22.10%
R=52.52%
G=25.38%
B=22.10%

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
Decimal24011610100.520.580.066.4782.2566.86
HexF074650343A665243
Octal3601641450647266122103
Binary1111000011101001100101011010011101011011010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07465; }

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

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

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

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

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

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

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

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