#F06D5C

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

Shades of Bittersweet #F06D5C

Tints of Bittersweet #F06D5C

Color information

#F06D5C (or 0xF06D5C) is unknown color: approx Bittersweet. HEX triplet: F0, 6D and 5C. RGB value is (240,109,92). Sum of RGB (Red+Green+Blue) = 240+109+92=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D5C is #0F92A3. Grayscale: #929292. Windows color (decimal): -1020580 or 6057456. OLE color: 6057456.

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

Color convert

RGB24010992-
CMYK00.550.620.06
HSL6.89º83.15%65.1%-
HSV(B)6.89º61.67%94.12%-
XYZ43.3430.2413.68-
YUV146.2397.4194.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.42%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 92 (36.33% from 255) = 20.86%
R=54.42%
G=24.72%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401099200.550.620.066.8983.1565.1
HexF06D5C0373E675341
Octal3601551340677667123101
Binary1111000011011011011100011011111111011011110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06D5C; }

 p { color: rgb(240,109,92); }

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

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

 a { background-color: rgb(240,109,92); }

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

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

 span { border-color: rgb(240,109,92); }

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