#F17260

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

Shades of Bittersweet #F17260

Tints of Bittersweet #F17260

Color information

#F17260 (or 0xF17260) is unknown color: approx Bittersweet. HEX triplet: F1, 72 and 60. RGB value is (241,114,96). Sum of RGB (Red+Green+Blue) = 241+114+96=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F17260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17260 is #0E8D9F. Grayscale: #969696. Windows color (decimal): -953760 or 6320881. OLE color: 6320881.

HSL color Cylindrical-coordinate representation of color #F17260: hue angle of 7.45º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F17260 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24111496-
CMYK00.530.600.05
HSL7.45º83.82%66.08%-
HSV(B)7.45º60.17%94.51%-
XYZ44.431.5814.82-
YUV149.9297.58192.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.44%
GREEN value IS 114 (44.92% from 255) = 25.28%
BLUE value IS 96 (37.89% from 255) = 21.29%
R=53.44%
G=25.28%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411149600.530.600.057.4583.8266.08
HexF172600353C575442
Octal3611621400657457124102
Binary1111000111100101100000011010111110010111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17260; }

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

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

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

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

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

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

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

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