#F06F5D

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

Shades of Bittersweet #F06F5D

Tints of Bittersweet #F06F5D

Color information

#F06F5D (or 0xF06F5D) is unknown color: approx Bittersweet. HEX triplet: F0, 6F and 5D. RGB value is (240,111,93). Sum of RGB (Red+Green+Blue) = 240+111+93=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F5D is #0F90A2. Grayscale: #939393. Windows color (decimal): -1020067 or 6123504. OLE color: 6123504.

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

Color convert

RGB24011193-
CMYK00.540.610.06
HSL7.35º83.05%65.29%-
HSV(B)7.35º61.25%94.12%-
XYZ43.630.6813.98-
YUV147.5297.24193.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.05%
GREEN value IS 111 (43.75% from 255) = 25%
BLUE value IS 93 (36.72% from 255) = 20.95%
R=54.05%
G=25%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401119300.540.610.067.3583.0565.29
HexF06F5D0363D675341
Octal3601571350667567123101
Binary1111000011011111011101011011011110111011110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06F5D; }

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

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

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

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

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

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

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

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