#F07665

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

Shades of Bittersweet #F07665

Tints of Bittersweet #F07665

Color information

#F07665 (or 0xF07665) is unknown color: approx Bittersweet. HEX triplet: F0, 76 and 65. RGB value is (240,118,101). Sum of RGB (Red+Green+Blue) = 240+118+101=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F07665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07665 is #0F899A. Grayscale: #989898. Windows color (decimal): -1018267 or 6649584. OLE color: 6649584.

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

Color convert

RGB240118101-
CMYK00.510.580.06
HSL7.34º82.25%66.86%-
HSV(B)7.34º57.92%94.12%-
XYZ44.7632.4216.21-
YUV152.5498.92190.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.29%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 101 (39.84% from 255) = 22.00%
R=52.29%
G=25.71%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011810100.510.580.067.3482.2566.86
HexF076650333A675243
Octal3601661450637267122103
Binary1111000011101101100101011001111101011011110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07665; }

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

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

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

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

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

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

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

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