#F7645C

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

Shades of Bittersweet #F7645C

Tints of Bittersweet #F7645C

Color information

#F7645C (or 0xF7645C) is unknown color: approx Bittersweet. HEX triplet: F7, 64 and 5C. RGB value is (247,100,92). Sum of RGB (Red+Green+Blue) = 247+100+92=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F7645C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7645C is #089BA3. Grayscale: #8F8F8F. Windows color (decimal): -564132 or 6055159. OLE color: 6055159.

HSL color Cylindrical-coordinate representation of color #F7645C: hue angle of 3.1º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7645C is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB24710092-
CMYK00.600.630.03
HSL3.1º90.64%66.47%-
HSV(B)3.1º62.75%96.86%-
XYZ44.8529.6613.49-
YUV143.0499.2202.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.26%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 92 (36.33% from 255) = 20.96%
R=56.26%
G=22.78%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471009200.600.630.033.190.6466.47
HexF7645C03C3F335b42
Octal3671441340747733133102
Binary11110111110010010111000111100111111111110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7645C; }

 p { color: rgb(247,100,92); }

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

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

 a { background-color: rgb(247,100,92); }

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

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

 span { border-color: rgb(247,100,92); }

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