#F1715C

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

Shades of Bittersweet #F1715C

Tints of Bittersweet #F1715C

Color information

#F1715C (or 0xF1715C) is unknown color: approx Bittersweet. HEX triplet: F1, 71 and 5C. RGB value is (241,113,92). Sum of RGB (Red+Green+Blue) = 241+113+92=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F1715C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1715C is #0E8EA3. Grayscale: #959595. Windows color (decimal): -954020 or 6058481. OLE color: 6058481.

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

Color convert

RGB24111392-
CMYK00.530.620.05
HSL8.46º84.18%65.29%-
HSV(B)8.46º61.83%94.51%-
XYZ44.1131.2813.84-
YUV148.8895.91193.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.04%
GREEN value IS 113 (44.53% from 255) = 25.34%
BLUE value IS 92 (36.33% from 255) = 20.63%
R=54.04%
G=25.34%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411139200.530.620.058.4684.1865.29
HexF1715C0353E585441
Octal36116113406576510124101
Binary11110001111000110111000110101111110101100010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1715C; }

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

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

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

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

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

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

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

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