#FB6A68

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

Shades of Bittersweet #FB6A68

Tints of Bittersweet #FB6A68

Color information

#FB6A68 (or 0xFB6A68) is unknown color: approx Bittersweet. HEX triplet: FB, 6A and 68. RGB value is (251,106,104). Sum of RGB (Red+Green+Blue) = 251+106+104=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6A68 is #049597. Grayscale: #959595. Windows color (decimal): -300440 or 6843131. OLE color: 6843131.

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

Color convert

RGB251106104-
CMYK00.580.590.02
HSL0.82º94.84%69.61%-
HSV(B)0.82º58.57%98.43%-
XYZ47.4431.8216.74-
YUV149.13102.54200.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.45%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 104 (41.02% from 255) = 22.56%
R=54.45%
G=22.99%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110610400.580.590.020.8294.8469.61
HexFB6A6803A3B215f46
Octal3731521500727321137106
Binary1111101111010101101000011101011101110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6A68; }

 p { color: rgb(251,106,104); }

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

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

 a { background-color: rgb(251,106,104); }

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

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

 span { border-color: rgb(251,106,104); }

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