#F7605C

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

Shades of Bittersweet #F7605C

Tints of Bittersweet #F7605C

Color information

#F7605C (or 0xF7605C) is unknown color: approx Bittersweet. HEX triplet: F7, 60 and 5C. RGB value is (247,96,92). Sum of RGB (Red+Green+Blue) = 247+96+92=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F7605C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7605C is #089FA3. Grayscale: #8C8C8C. Windows color (decimal): -565156 or 6054135. OLE color: 6054135.

HSL color Cylindrical-coordinate representation of color #F7605C: hue angle of 1.55º 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 #F7605C is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB2479692-
CMYK00.610.630.03
HSL1.55º90.64%66.47%-
HSV(B)1.55º62.75%96.86%-
XYZ44.4728.9113.36-
YUV140.69100.53203.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.78%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 92 (36.33% from 255) = 21.15%
R=56.78%
G=22.07%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247969200.610.630.031.5590.6466.47
HexF7605C03D3F325b42
Octal3671401340757732133102
Binary11110111110000010111000111101111111111010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7605C; }

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

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

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

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

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

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

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

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