#F15E5C

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

Shades of Bittersweet #F15E5C

Tints of Bittersweet #F15E5C

Color information

#F15E5C (or 0xF15E5C) is unknown color: approx Bittersweet. HEX triplet: F1, 5E and 5C. RGB value is (241,94,92). Sum of RGB (Red+Green+Blue) = 241+94+92=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15E5C is #0EA1A3. Grayscale: #898989. Windows color (decimal): -958884 or 6053617. OLE color: 6053617.

HSL color Cylindrical-coordinate representation of color #F15E5C: hue angle of 0.81º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15E5C is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB2419492-
CMYK00.610.620.05
HSL0.81º84.18%65.29%-
HSV(B)0.81º61.83%94.51%-
XYZ42.2127.4813.2-
YUV137.72102.2201.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.44%
GREEN value IS 94 (37.11% from 255) = 22.01%
BLUE value IS 92 (36.33% from 255) = 21.55%
R=56.44%
G=22.01%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241949200.610.620.050.8184.1865.29
HexF15E5C03D3E515441
Octal3611361340757651124101
Binary11110001101111010111000111101111110101110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15E5C; }

 p { color: rgb(241,94,92); }

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

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

 a { background-color: rgb(241,94,92); }

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

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

 span { border-color: rgb(241,94,92); }

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