#FB6969

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

Shades of Bittersweet #FB6969

Tints of Bittersweet #FB6969

Color information

#FB6969 (or 0xFB6969) is unknown color: approx Bittersweet. HEX triplet: FB, 69 and 69. RGB value is (251,105,105). Sum of RGB (Red+Green+Blue) = 251+105+105=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6969 is #049696. Grayscale: #949494. Windows color (decimal): -300695 or 6908411. OLE color: 6908411.

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

Color convert

RGB251105105-
CMYK00.580.580.02
HSL94.81%69.8%-
HSV(B)58.17%98.43%-
XYZ47.3931.6316.97-
YUV148.65103.37201-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.45%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=54.45%
G=22.78%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110510500.580.580.02094.8169.8
HexFB696903A3A205f46
Octal3731511510727220137106
Binary1111101111010011101001011101011101010010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6969; }

 p { color: rgb(251,105,105); }

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

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

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

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

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

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

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