#f45a5a

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

Shades of Bittersweet #F45A5A

Tints of Bittersweet #F45A5A

Color information

#F45A5A (or 0xF45A5A) is unknown color: approx Bittersweet. HEX triplet: F4, 5A and 5A. RGB value is (244,90,90). Sum of RGB (Red+Green+Blue) = 244+90+90=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45A5A is #0BA5A5. Grayscale: #888888. Windows color (decimal): -763302 or 5921524. OLE color: 5921524.

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

Color convert

RGB2449090-
CMYK00.630.630.04
HSL87.5%65.49%-
HSV(B)63.11%95.69%-
XYZ42.8127.2812.68-
YUV136.05102.02205-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.55%
GREEN value IS 90 (35.55% from 255) = 21.23%
BLUE value IS 90 (35.55% from 255) = 21.23%
R=57.55%
G=21.23%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244909000.630.630.04087.565.49
HexF45A5A03F3F405841
Octal3641321320777740130101
Binary11110100101101010110100111111111111100010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f45a5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f45a5a; }

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

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

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

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

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

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

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

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