#F1635C

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

Shades of Bittersweet #F1635C

Tints of Bittersweet #F1635C

Color information

#F1635C (or 0xF1635C) is unknown color: approx Bittersweet. HEX triplet: F1, 63 and 5C. RGB value is (241,99,92). Sum of RGB (Red+Green+Blue) = 241+99+92=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F1635C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1635C is #0E9CA3. Grayscale: #8C8C8C. Windows color (decimal): -957604 or 6054897. OLE color: 6054897.

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

Color convert

RGB2419992-
CMYK00.590.620.05
HSL2.82º84.18%65.29%-
HSV(B)2.82º61.83%94.51%-
XYZ42.6728.413.36-
YUV140.66100.54199.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.79%
GREEN value IS 99 (39.06% from 255) = 22.92%
BLUE value IS 92 (36.33% from 255) = 21.30%
R=55.79%
G=22.92%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241999200.590.620.052.8284.1865.29
HexF1635C03B3E535441
Octal3611431340737653124101
Binary111100011100011101110001110111111101011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1635C; }

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

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

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

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

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

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

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

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