#F06D60

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

Shades of Bittersweet #F06D60

Tints of Bittersweet #F06D60

Color information

#F06D60 (or 0xF06D60) is unknown color: approx Bittersweet. HEX triplet: F0, 6D and 60. RGB value is (240,109,96). Sum of RGB (Red+Green+Blue) = 240+109+96=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D60 is #0F929F. Grayscale: #929292. Windows color (decimal): -1020576 or 6319600. OLE color: 6319600.

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

Color convert

RGB24010996-
CMYK00.550.60.06
HSL5.42º82.76%65.88%-
HSV(B)5.42º60%94.12%-
XYZ43.5230.3114.62-
YUV146.6999.4194.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.93%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 96 (37.89% from 255) = 21.57%
R=53.93%
G=24.49%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401099600.550.60.065.4282.7665.88
HexF06D600373C655342
Octal3601551400677465123102
Binary1111000011011011100000011011111110011010110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06D60; }

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

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

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

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

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

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

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

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