#FB7565

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

Shades of Bittersweet #FB7565

Tints of Bittersweet #FB7565

Color information

#FB7565 (or 0xFB7565) is unknown color: approx Bittersweet. HEX triplet: FB, 75 and 65. RGB value is (251,117,101). Sum of RGB (Red+Green+Blue) = 251+117+101=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7565 is #048A9A. Grayscale: #9B9B9B. Windows color (decimal): -297627 or 6649339. OLE color: 6649339.

HSL color Cylindrical-coordinate representation of color #FB7565: hue angle of 6.4º 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 #FB7565 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB251117101-
CMYK00.530.600.02
HSL6.4º94.94%69.02%-
HSV(B)6.4º59.76%98.43%-
XYZ48.4934.1716.35-
YUV155.2497.39196.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.52%
GREEN value IS 117 (46.09% from 255) = 24.95%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=53.52%
G=24.95%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111710100.530.600.026.494.9469.02
HexFB75650353C265f45
Octal3731651450657426137105
Binary111110111110101110010101101011111001011010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7565; }

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

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

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

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

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

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

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

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