#FB7465

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

Shades of Bittersweet #FB7465

Tints of Bittersweet #FB7465

Color information

#FB7465 (or 0xFB7465) is unknown color: approx Bittersweet. HEX triplet: FB, 74 and 65. RGB value is (251,116,101). Sum of RGB (Red+Green+Blue) = 251+116+101=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7465 is #048B9A. Grayscale: #9A9A9A. Windows color (decimal): -297883 or 6649083. OLE color: 6649083.

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

Color convert

RGB251116101-
CMYK00.540.600.02
HSL94.94%69.02%-
HSV(B)59.76%98.43%-
XYZ48.3833.9416.31-
YUV154.6697.73196.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.63%
GREEN value IS 116 (45.70% from 255) = 24.79%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=53.63%
G=24.79%
B=21.58%

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
Decimal25111610100.540.600.02694.9469.02
HexFB74650363C265f45
Octal3731641450667426137105
Binary111110111110100110010101101101111001011010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7465; }

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

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

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

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

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

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

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

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