#F06B5D

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

Shades of Bittersweet #F06B5D

Tints of Bittersweet #F06B5D

Color information

#F06B5D (or 0xF06B5D) is unknown color: approx Bittersweet. HEX triplet: F0, 6B and 5D. RGB value is (240,107,93). Sum of RGB (Red+Green+Blue) = 240+107+93=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06B5D is #0F94A2. Grayscale: #919191. Windows color (decimal): -1021091 or 6122480. OLE color: 6122480.

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

Color convert

RGB24010793-
CMYK00.550.610.06
HSL5.71º83.05%65.29%-
HSV(B)5.71º61.25%94.12%-
XYZ43.1729.8313.84-
YUV145.1798.56195.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.55%
GREEN value IS 107 (42.19% from 255) = 24.32%
BLUE value IS 93 (36.72% from 255) = 21.14%
R=54.55%
G=24.32%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401079300.550.610.065.7183.0565.29
HexF06B5D0373D665341
Octal3601531350677566123101
Binary1111000011010111011101011011111110111011010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06B5D; }

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

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

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

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

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

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

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

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