#FB7365

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

Shades of Bittersweet #FB7365

Tints of Bittersweet #FB7365

Color information

#FB7365 (or 0xFB7365) is unknown color: approx Bittersweet. HEX triplet: FB, 73 and 65. RGB value is (251,115,101). Sum of RGB (Red+Green+Blue) = 251+115+101=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7365 is #048C9A. Grayscale: #9A9A9A. Windows color (decimal): -298139 or 6648827. OLE color: 6648827.

HSL color Cylindrical-coordinate representation of color #FB7365: hue angle of 5.6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB7365 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB251115101-
CMYK00.540.600.02
HSL5.6º94.94%69.02%-
HSV(B)5.6º59.76%98.43%-
XYZ48.2633.7116.27-
YUV154.0798.06197.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.75%
GREEN value IS 115 (45.31% from 255) = 24.63%
BLUE value IS 101 (39.84% from 255) = 21.63%
R=53.75%
G=24.63%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111510100.540.600.025.694.9469.02
HexFB73650363C265f45
Octal3731631450667426137105
Binary111110111110011110010101101101111001011010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7365; }

 p { color: rgb(251,115,101); }

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

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

 a { background-color: rgb(251,115,101); }

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

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

 span { border-color: rgb(251,115,101); }

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