#FB6B5B

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

Shades of Bittersweet #FB6B5B

Tints of Bittersweet #FB6B5B

Color information

#FB6B5B (or 0xFB6B5B) is unknown color: approx Bittersweet. HEX triplet: FB, 6B and 5B. RGB value is (251,107,91). Sum of RGB (Red+Green+Blue) = 251+107+91=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6B5B is #0494A4. Grayscale: #949494. Windows color (decimal): -300197 or 5991419. OLE color: 5991419.

HSL color Cylindrical-coordinate representation of color #FB6B5B: hue angle of 6º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB6B5B is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB25110791-
CMYK00.570.640.02
HSL95.24%67.06%-
HSV(B)63.75%98.43%-
XYZ46.9331.7813.56-
YUV148.2395.71201.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.90%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 91 (35.94% from 255) = 20.27%
R=55.90%
G=23.83%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511079100.570.640.02695.2467.06
HexFB6B5B03940265f43
Octal37315313307110026137103
Binary1111101111010111011011011100110000001011010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6B5B; }

 p { color: rgb(251,107,91); }

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

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

 a { background-color: rgb(251,107,91); }

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

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

 span { border-color: rgb(251,107,91); }

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