#F7665C

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

Shades of Bittersweet #F7665C

Tints of Bittersweet #F7665C

Color information

#F7665C (or 0xF7665C) is unknown color: approx Bittersweet. HEX triplet: F7, 66 and 5C. RGB value is (247,102,92). Sum of RGB (Red+Green+Blue) = 247+102+92=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F7665C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7665C is #0899A3. Grayscale: #909090. Windows color (decimal): -563620 or 6055671. OLE color: 6055671.

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

Color convert

RGB24710292-
CMYK00.590.630.03
HSL3.87º90.64%66.47%-
HSV(B)3.87º62.75%96.86%-
XYZ45.0430.0513.55-
YUV144.2198.54201.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.01%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 92 (36.33% from 255) = 20.86%
R=56.01%
G=23.13%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471029200.590.630.033.8790.6466.47
HexF7665C03B3F345b42
Octal3671461340737734133102
Binary111101111100110101110001110111111111110010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7665C; }

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

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

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

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

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

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

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

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