#F1605C

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

Shades of Bittersweet #F1605C

Tints of Bittersweet #F1605C

Color information

#F1605C (or 0xF1605C) is unknown color: approx Bittersweet. HEX triplet: F1, 60 and 5C. RGB value is (241,96,92). Sum of RGB (Red+Green+Blue) = 241+96+92=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F1605C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1605C is #0E9FA3. Grayscale: #8B8B8B. Windows color (decimal): -958372 or 6054129. OLE color: 6054129.

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

Color convert

RGB2419692-
CMYK00.600.620.05
HSL1.61º84.18%65.29%-
HSV(B)1.61º61.83%94.51%-
XYZ42.3927.8413.26-
YUV138.9101.54200.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.18%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 92 (36.33% from 255) = 21.45%
R=56.18%
G=22.38%
B=21.45%

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
Decimal241969200.600.620.051.6184.1865.29
HexF1605C03C3E525441
Octal3611401340747652124101
Binary111100011100000101110001111001111101011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1605C; }

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

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

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

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

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

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

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

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