#F5615A

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

Shades of Bittersweet #F5615A

Tints of Bittersweet #F5615A

Color information

#F5615A (or 0xF5615A) is unknown color: approx Bittersweet. HEX triplet: F5, 61 and 5A. RGB value is (245,97,90). Sum of RGB (Red+Green+Blue) = 245+97+90=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F5615A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5615A is #0A9EA5. Grayscale: #8C8C8C. Windows color (decimal): -695974 or 5923317. OLE color: 5923317.

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

Color convert

RGB2459790-
CMYK00.600.630.04
HSL2.71º88.57%65.69%-
HSV(B)2.71º63.27%96.08%-
XYZ43.7828.712.91-
YUV140.4599.53202.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.71%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 90 (35.55% from 255) = 20.83%
R=56.71%
G=22.45%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245979000.600.630.042.7188.5765.69
HexF5615A03C3F435942
Octal3651411320747743131102
Binary111101011100001101101001111001111111001110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5615A; }

 p { color: rgb(245,97,90); }

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

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

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

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

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

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

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