#F45C5C

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

Shades of Bittersweet #F45C5C

Tints of Bittersweet #F45C5C

Color information

#F45C5C (or 0xF45C5C) is unknown color: approx Bittersweet. HEX triplet: F4, 5C and 5C. RGB value is (244,92,92). Sum of RGB (Red+Green+Blue) = 244+92+92=428 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.01% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45C5C is #0BA3A3. Grayscale: #898989. Windows color (decimal): -762788 or 6053108. OLE color: 6053108.

HSL color Cylindrical-coordinate representation of color #F45C5C: hue angle of 0º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45C5C is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB2449292-
CMYK00.620.620.04
HSL87.36%65.88%-
HSV(B)62.3%95.69%-
XYZ43.0727.6613.19-
YUV137.45102.36204-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.01%
GREEN value IS 92 (36.33% from 255) = 21.50%
BLUE value IS 92 (36.33% from 255) = 21.50%
R=57.01%
G=21.50%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244929200.620.620.04087.3665.88
HexF45C5C03E3E405742
Octal3641341340767640127102
Binary11110100101110010111000111110111110100010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45C5C; }

 p { color: rgb(244,92,92); }

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

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

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

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

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

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

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