#F1615C

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

Shades of Bittersweet #F1615C

Tints of Bittersweet #F1615C

Color information

#F1615C (or 0xF1615C) is unknown color: approx Bittersweet. HEX triplet: F1, 61 and 5C. RGB value is (241,97,92). Sum of RGB (Red+Green+Blue) = 241+97+92=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F1615C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1615C is #0E9EA3. Grayscale: #8B8B8B. Windows color (decimal): -958116 or 6054385. OLE color: 6054385.

HSL color Cylindrical-coordinate representation of color #F1615C: hue angle of 2.01º 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 #F1615C is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB2419792-
CMYK00.600.620.05
HSL2.01º84.18%65.29%-
HSV(B)2.01º61.83%94.51%-
XYZ42.4828.0213.3-
YUV139.49101.21200.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.05%
GREEN value IS 97 (38.28% from 255) = 22.56%
BLUE value IS 92 (36.33% from 255) = 21.40%
R=56.05%
G=22.56%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241979200.600.620.052.0184.1865.29
HexF1615C03C3E525441
Octal3611411340747652124101
Binary111100011100001101110001111001111101011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1615C; }

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

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

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

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

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

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

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

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