#F0655E

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

Shades of Bittersweet #F0655E

Tints of Bittersweet #F0655E

Color information

#F0655E (or 0xF0655E) is unknown color: approx Bittersweet. HEX triplet: F0, 65 and 5E. RGB value is (240,101,94). Sum of RGB (Red+Green+Blue) = 240+101+94=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0655E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0655E is #0F9AA1. Grayscale: #8D8D8D. Windows color (decimal): -1022626 or 6186480. OLE color: 6186480.

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

Color convert

RGB24010194-
CMYK00.580.610.06
HSL2.88º82.95%65.49%-
HSV(B)2.88º60.83%94.12%-
XYZ42.6128.6413.87-
YUV141.76101.05198.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.17%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 94 (37.11% from 255) = 21.61%
R=55.17%
G=23.22%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401019400.580.610.062.8882.9565.49
HexF0655E03A3D635341
Octal3601451360727563123101
Binary111100001100101101111001110101111011101110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0655E; }

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

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

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

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

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

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

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

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