#F17565

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

Shades of Bittersweet #F17565

Tints of Bittersweet #F17565

Color information

#F17565 (or 0xF17565) is unknown color: approx Bittersweet. HEX triplet: F1, 75 and 65. RGB value is (241,117,101). Sum of RGB (Red+Green+Blue) = 241+117+101=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F17565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17565 is #0E8A9A. Grayscale: #989898. Windows color (decimal): -952987 or 6649329. OLE color: 6649329.

HSL color Cylindrical-coordinate representation of color #F17565: hue angle of 6.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F17565 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB241117101-
CMYK00.510.580.05
HSL6.86º83.33%67.06%-
HSV(B)6.86º58.09%94.51%-
XYZ44.9932.3616.19-
YUV152.2599.08191.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.51%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 101 (39.84% from 255) = 22.00%
R=52.51%
G=25.49%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111710100.510.580.056.8683.3367.06
HexF175650333A575343
Octal3611651450637257123103
Binary1111000111101011100101011001111101010111110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17565; }

 p { color: rgb(241,117,101); }

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

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

 a { background-color: rgb(241,117,101); }

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

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

 span { border-color: rgb(241,117,101); }

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