#F1775F

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

Shades of Bittersweet #F1775F

Tints of Bittersweet #F1775F

Color information

#F1775F (or 0xF1775F) is unknown color: approx Bittersweet. HEX triplet: F1, 77 and 5F. RGB value is (241,119,95). Sum of RGB (Red+Green+Blue) = 241+119+95=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F1775F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1775F is #0E88A0. Grayscale: #989898. Windows color (decimal): -952481 or 6256625. OLE color: 6256625.

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

Color convert

RGB24111995-
CMYK00.510.610.05
HSL9.86º83.91%65.88%-
HSV(B)9.86º60.58%94.51%-
XYZ44.9432.7214.77-
YUV152.7495.42190.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.97%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 95 (37.5% from 255) = 20.88%
R=52.97%
G=26.15%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411199500.510.610.059.8683.9165.88
HexF1775F0333D5a5442
Octal36116713706375512124102
Binary11110001111011110111110110011111101101101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1775F; }

 p { color: rgb(241,119,95); }

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

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

 a { background-color: rgb(241,119,95); }

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

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

 span { border-color: rgb(241,119,95); }

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