#F1615F

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

Shades of Bittersweet #F1615F

Tints of Bittersweet #F1615F

Color information

#F1615F (or 0xF1615F) is unknown color: approx Bittersweet. HEX triplet: F1, 61 and 5F. RGB value is (241,97,95). Sum of RGB (Red+Green+Blue) = 241+97+95=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1615F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1615F is #0E9EA0. Grayscale: #8B8B8B. Windows color (decimal): -958113 or 6250993. OLE color: 6250993.

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

Color convert

RGB2419795-
CMYK00.600.610.05
HSL0.82º83.91%65.88%-
HSV(B)0.82º60.58%94.51%-
XYZ42.6228.0814-
YUV139.83102.71200.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.66%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 95 (37.5% from 255) = 21.94%
R=55.66%
G=22.40%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241979500.600.610.050.8283.9165.88
HexF1615F03C3D515442
Octal3611411370747551124102
Binary11110001110000110111110111100111101101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1615F; }

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

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

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

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

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

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

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

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