#F0655D

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

Shades of Bittersweet #F0655D

Tints of Bittersweet #F0655D

Color information

#F0655D (or 0xF0655D) is unknown color: approx Bittersweet. HEX triplet: F0, 65 and 5D. RGB value is (240,101,93). Sum of RGB (Red+Green+Blue) = 240+101+93=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0655D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0655D is #0F9AA2. Grayscale: #8D8D8D. Windows color (decimal): -1022627 or 6120944. OLE color: 6120944.

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

Color convert

RGB24010193-
CMYK00.580.610.06
HSL3.27º83.05%65.29%-
HSV(B)3.27º61.25%94.12%-
XYZ42.5628.6213.64-
YUV141.65100.55198.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.30%
GREEN value IS 101 (39.84% from 255) = 23.27%
BLUE value IS 93 (36.72% from 255) = 21.43%
R=55.30%
G=23.27%
B=21.43%

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
Decimal2401019300.580.610.063.2783.0565.29
HexF0655D03A3D635341
Octal3601451350727563123101
Binary111100001100101101110101110101111011101110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0655D; }

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

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

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

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

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

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

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

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