#F17165

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

Shades of Bittersweet #F17165

Tints of Bittersweet #F17165

Color information

#F17165 (or 0xF17165) is unknown color: approx Bittersweet. HEX triplet: F1, 71 and 65. RGB value is (241,113,101). Sum of RGB (Red+Green+Blue) = 241+113+101=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F17165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17165 is #0E8E9A. Grayscale: #969696. Windows color (decimal): -954011 or 6648305. OLE color: 6648305.

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

Color convert

RGB241113101-
CMYK00.530.580.05
HSL5.14º83.33%67.06%-
HSV(B)5.14º58.09%94.51%-
XYZ44.5331.4516.04-
YUV149.9100.41192.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.97%
GREEN value IS 113 (44.53% from 255) = 24.84%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=52.97%
G=24.84%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111310100.530.580.055.1483.3367.06
HexF171650353A555343
Octal3611611450657255123103
Binary1111000111100011100101011010111101010110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17165; }

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

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

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

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

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

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

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

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