#FB645F

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

Shades of Bittersweet #FB645F

Tints of Bittersweet #FB645F

Color information

#FB645F (or 0xFB645F) is unknown color: approx Bittersweet. HEX triplet: FB, 64 and 5F. RGB value is (251,100,95). Sum of RGB (Red+Green+Blue) = 251+100+95=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB645F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB645F is #049BA0. Grayscale: #909090. Windows color (decimal): -301985 or 6251771. OLE color: 6251771.

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

Color convert

RGB25110095-
CMYK00.600.620.02
HSL1.92º95.12%67.84%-
HSV(B)1.92º62.15%98.43%-
XYZ46.4130.4514.26-
YUV144.58100.03203.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.28%
GREEN value IS 100 (39.45% from 255) = 22.42%
BLUE value IS 95 (37.5% from 255) = 21.30%
R=56.28%
G=22.42%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511009500.600.620.021.9295.1267.84
HexFB645F03C3E225f44
Octal3731441370747622137104
Binary11111011110010010111110111100111110101010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB645F; }

 p { color: rgb(251,100,95); }

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

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

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

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

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

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

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