#FB7069

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

Shades of Bittersweet #FB7069

Tints of Bittersweet #FB7069

Color information

#FB7069 (or 0xFB7069) is unknown color: approx Bittersweet. HEX triplet: FB, 70 and 69. RGB value is (251,112,105). Sum of RGB (Red+Green+Blue) = 251+112+105=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7069 is #048F96. Grayscale: #989898. Windows color (decimal): -298903 or 6910203. OLE color: 6910203.

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

Color convert

RGB251112105-
CMYK00.550.580.02
HSL2.88º94.81%69.8%-
HSV(B)2.88º58.17%98.43%-
XYZ48.1333.1217.22-
YUV152.76101.05198.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.63%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=53.63%
G=23.93%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111210500.550.580.022.8894.8169.8
HexFB70690373A235f46
Octal3731601510677223137106
Binary11111011111000011010010110111111010101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7069; }

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

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

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

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

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

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

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

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