#F7615F

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

Shades of Bittersweet #F7615F

Tints of Bittersweet #F7615F

Color information

#F7615F (or 0xF7615F) is unknown color: approx Bittersweet. HEX triplet: F7, 61 and 5F. RGB value is (247,97,95). Sum of RGB (Red+Green+Blue) = 247+97+95=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F7615F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7615F is #089EA0. Grayscale: #8D8D8D. Windows color (decimal): -564897 or 6250999. OLE color: 6250999.

HSL color Cylindrical-coordinate representation of color #F7615F: hue angle of 0.79º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7615F is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB2479795-
CMYK00.610.620.03
HSL0.79º90.48%67.06%-
HSV(B)0.79º61.54%96.86%-
XYZ44.729.1514.1-
YUV141.62101.7203.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.26%
GREEN value IS 97 (38.28% from 255) = 22.10%
BLUE value IS 95 (37.5% from 255) = 21.64%
R=56.26%
G=22.10%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247979500.610.620.030.7990.4867.06
HexF7615F03D3E315a43
Octal3671411370757631132103
Binary1111011111000011011111011110111111011110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7615F; }

 p { color: rgb(247,97,95); }

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

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

 a { background-color: rgb(247,97,95); }

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

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

 span { border-color: rgb(247,97,95); }

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